Jessica Wang
39f03cf7c6
cloudstack 3.0 new UI - instance page - change service - check if instance state is Stopped before proceeding to action.
2011-12-20 17:08:16 -08:00
Jessica Wang
fd86c25bc0
cloudstack 3.0 new UI - instance page - remove Template type field.
2011-12-20 16:52:18 -08:00
Jessica Wang
ad811df23e
cloudstack 3.0 new UI - instance page - reset password - check whether the instance is password enabled and its state before popping up confirmation box.
2011-12-20 16:40:44 -08:00
bfederle
ee95608741
Fix error handling for install wizard
2011-12-20 16:31:10 -08:00
Jessica Wang
13b704081d
bug 11406: cloudstack 3.0 new UI - template page, userVM page - "Hypervisor" field has been removed for Regular users and Domain Admins
2011-12-20 15:35:20 -08:00
Jessica Wang
fe831072a5
bug 11126: cloudstack 3.0 new UI - primary storage page - implement Edit action.
2011-12-20 15:16:26 -08:00
Jessica Wang
a4d4d9d6bb
cloudstack 3.0 new UI - VM wizard - select network step - "isdefault" field has been removed from network object at server-side. Here is related UI change.
2011-12-20 13:55:58 -08:00
bfederle
9b20c827fc
Update network section
...
-Pull real data after add network action, to avoid having to refresh
-Update list view indicator
-Use correct destroy UI action for delete network
2011-12-20 12:56:46 -08:00
bfederle
127136b94b
Network section: add missing view all IP addresses button
2011-12-20 12:17:21 -08:00
bfederle
61e3fdcab0
Updated instance indicator
2011-12-20 12:10:37 -08:00
bfederle
3415f01267
Update network section
...
-Implement add (isolated) network action
-Update list view/detail view to reflect same data as system area
2011-12-20 12:05:55 -08:00
bfederle
b7c784b4cc
Update status area for zone list
2011-12-20 12:05:55 -08:00
Jessica Wang
171da7e3aa
bug 12614: cloudStack 3.0 new UI - system - Add Zone Wizard - basic zone - when securityGroupsEnabled checkbox is checked, only display security-group-enabled network offerings.
2011-12-20 11:55:58 -08:00
Jessica Wang
16cd1f8f28
cloudstack 3.0 new UI - system - management - IP Ranges tab - change label.
2011-12-20 11:55:57 -08:00
Jessica Wang
ff92901baf
cloudstack 3.0 new UI - system - guest - details tab - Remove ID (physical netework ID) field from "Details" page, this info is irrelevant because this is not the ID of the network, and won't be used anywhere in the UI.
2011-12-20 11:08:42 -08:00
Jessica Wang
500d13ef89
cloudStack 3.0 new UI - use Post instead of GET when calling login API. (so, username and password won't be seen)
2011-12-20 10:32:57 -08:00
bfederle
056b1c8947
WIP: Install wizard error handling
2011-12-20 10:30:15 -08:00
Jessica Wang
757bb0c9b0
bug 12552: cloudStack 3.0 new UI - template/ISO page - do not show copy template/ISO action when template's zoneId is null or "-1"(i.e. all zones).
2011-12-19 19:23:43 -08:00
Jessica Wang
eb2cfdc041
bug 12612: fix typo.
2011-12-19 18:26:00 -08:00
Jessica Wang
1d69a66781
bug 12612: cloudStack 3.0 new UI - system - zone chart - guest - networks tab (advanced zone) - network detail - Hide "View IP Ranges" when a network's type is Isolated with SourceNAT enabled.
2011-12-19 18:02:24 -08:00
bfederle
2ac0e00403
Re-enable source algorithm
2011-12-19 17:50:46 -08:00
bfederle
8314fffa79
bug 12254: Disable source algorithm (for now)
...
status 12254: resolved fixed
2011-12-19 17:43:33 -08:00
Jessica Wang
9fe2314848
cloudstack 3.0 new UI - system - zone chart - guest - networks tab (only available in advanced zone) - network detail - View IP Ranges - remove VLAN and pod name.
2011-12-19 17:28:18 -08:00
bfederle
8e075b38c3
bug 12273: Add project resource management
...
status 12273: resolved fixed
2011-12-19 19:42:49 -05:00
Jessica Wang
568db1fdb7
bug 12504: cloudstack 3.0 new UI - system - zone chart - guest - network tabs - network detail - add Restart Network action.
2011-12-19 16:38:01 -08:00
Jessica Wang
e081dd3c91
bug 12614: cloudStack 3.0 new UI - system - Add Zone Wizard - basic zone - when securityGroupsEnabled checkbox is checked, enable security groups provider before create network.
2011-12-19 15:52:57 -08:00
bfederle
b33c6f6de4
bug 12211: Implement project dashboard
...
status 12211: resolved fixed
2011-12-19 18:30:25 -05:00
bfederle
2a2d424bcc
bug 12661: Fix select showing ID instead of value
2011-12-19 14:37:23 -08:00
Jessica Wang
3de22e41aa
bug 12614: cloudStack 3.0 new UI - system - Add Zone Wizard - basic zone - when securityGroupsEnabled checkbox is unchecked, exclude network offerings that has securityGroup service.
2011-12-19 14:12:33 -08:00
bfederle
134b38bb2d
bug 12211
...
Add system resources, users, alerts to project dashboard
2011-12-19 14:12:09 -08:00
Jessica Wang
a2cc66ce41
cloudStack 3.0 new UI - system - guest - IP Ranges tab (only shown in basic zone) - Add IP Range - pass forVirtualNetwork=false to indicate it's for guest network, not for public network.
2011-12-19 12:53:32 -08:00
Jessica Wang
bb9886af29
cloudStack 3.0 new UI - system - guest - IP Ranges tab (only shown in basic zone) - implement Add IP Range.
2011-12-19 12:16:00 -08:00
bfederle
07ed925ab1
bug 12614: Zone wizard update
...
-Add support to filter network offerings based on whether security
groups is checked; options then come from a separate
'securityGroupNetworkOfferings' object:
args.response.success({
domains: domainObjs,
// Non-security-group-enabled offerings
networkOfferings: networkOfferingObjs,
// Security group-enabled offerings
securityGroupNetworkOfferings: []
});
-Remove old/unused fields from wizard
2011-12-19 11:36:03 -08:00
Jessica Wang
e816b3a80b
bug 12650: cloudStack 3.0 new UI - system - management - IP ranges tab - list pods info instead of VlanIpRange info.
2011-12-19 11:27:51 -08:00
bfederle
2bab7dc838
bug 12560: Implement change network offering
...
status 12560: resolved fixed
2011-12-19 10:31:58 -08:00
bfederle
890928f3c4
Pass context to editable selects
2011-12-19 10:31:58 -08:00
bfederle
62b571a528
bug 12612: Implement 'view all' pre-filter
...
Example:
detailView: {
...
viewAll: {
...
preFilter: {
// Return true to show button; false to hide
return false;
}
}
}
2011-12-19 09:47:53 -08:00
Jessica Wang
ca0662ced1
cloudStack 3.0 new UI - system - guest - details tab - hide VLAN when it's basic zone.
2011-12-16 17:00:15 -08:00
Jessica Wang
92631bec8d
change label
2011-12-16 16:35:22 -08:00
Brian Federle
1c2ca9a59f
bug 12211
...
Create real layout for project dashboard
2011-12-16 16:02:08 -08:00
Jessica Wang
1e1d453b9d
cloudStack 3.0 new UI - Add Zone Wizard - Network Offerings dropdown (which only shows in basic zone) - populate enabled shared network offerings only.
2011-12-16 15:54:28 -08:00
Jessica Wang
40188d62dc
Create Zone Wizard - add new step "Add Pod" as 3rd step.
2011-12-16 15:32:10 -08:00
Brian Federle
dfe7b725e6
Remove debugger
2011-12-16 14:09:28 -08:00
Brian Federle
49c27299a5
Update zone section
...
-Show separate info tooltips for basic/advanced zone
-Update test data to reflect zone changes
2011-12-16 14:02:44 -08:00
Brian Federle
13e217356e
Update zone section
...
-Add new info 'bubbles' to zone chart
-Add/restore Add Pod section as step 3 of zone wizard UI
-Add network offering drop-down to zone wizard, for basic zone
2011-12-16 13:25:26 -08:00
Brian Federle
785d3af134
Fix configuration section for IE8
2011-12-16 13:24:23 -08:00
Jessica Wang
3a4588556f
cloudStack 3.0 new UI - system - guest - populate IP Range tab for basic zone.
2011-12-16 13:01:05 -08:00
Jessica Wang
6615a1a08d
cloudStack 3.0 new UI - system - management - (1) details tab - list management network's detail instead of zone detail. (2) IP range tab - populate data.
2011-12-16 12:31:28 -08:00
Jessica Wang
4061ab4c9c
cloudStack 3.0 new UI - system - guest - hide networks tab and show IP range tab for basic zone. Hide IP range tab and show network tab for advanced zone.
2011-12-16 12:31:27 -08:00
Jessica Wang
e094abafc3
cloudStack 3.0 new UI - system - guest - networks tab - listView - Add VLAN, CIDR, Scope column. Remove account, network offering column.
2011-12-16 11:56:56 -08:00