Jessica Wang
98a528e12d
bug 13452: System page - Storage traffic type - IP Ranges tab - storage network's IP range does not have gateway. Remove gateway field.
2012-02-06 12:03:37 -08:00
Jessica Wang
8c5068a3be
bug 12649: cloudstack 3.0 new UI - domain fields on all dialog boxes - show full domain path instead of domain name.
2012-02-03 15:38:11 -08:00
bfederle
b99bf40391
bug 12593: Add support for traffic labels
...
Traffic labels are now editable for all traffic types (guest, management, storage);
to access them, just go the detail view for each traffic type, and you will see traffic labels
for each hypervisor supported (Xen, KVM, VMware) -- press 'edit' to show a text field for
updating labels.
status 12593: resolved fixed
2012-02-02 16:14:24 -08:00
Jessica Wang
d7f6cff115
bug 12686: add guest network, edit guest network - network offering dropdown - pass zoneId to listNetworkOfferings API
2012-02-01 11:59:16 -08:00
bfederle
4ccd7f5260
bug 12933: Support subdomain access for guest networks
...
status 12933: resolved fixed
2012-02-01 11:35:59 -08:00
Jessica Wang
0d80dcd5b2
zone detail page - add domain name.
2012-02-01 11:35:24 -08:00
bfederle
7a6778cd99
Fix swift dialog
2012-02-01 10:55:20 -08:00
bfederle
df8553b807
bug 12806
...
After configuring swift, disable (hide) swift button after leaving
zone page. Note that the button will still be visble until them, in
case the user needs to re-configure (i.e., because of a typo)
status 12806: resolved fixed
2012-02-01 10:39:00 -08:00
Jessica Wang
8276e741af
system page - guest network page - optimize code of collection guest networks.
2012-02-01 09:56:59 -08:00
Jessica Wang
22331df7dc
bug 12519: system page - guest network - need to make 2 listNetworks API call to get all networks.
2012-01-31 17:11:56 -08:00
Jessica Wang
6c392eecd9
bug 12519: system page - guest network - fix a bug that project-specific networks didn't show.
2012-01-31 16:46:10 -08:00
Jessica Wang
414c55cd03
bug 12519: system page - add guest network - add project-specific option to scope field.
2012-01-31 16:00:17 -08:00
Jessica Wang
166ccb45a4
bug 12869: network page - add guest network dialog - add gateway field, netmask field.
2012-01-30 14:59:04 -08:00
Jessica Wang
5b191fe3d1
bug 12869: system page - advanced zone - create guest network - when scope is account-specific, exclude Isolated network offerings with SourceNat service from network offering dropdown.
2012-01-30 12:29:44 -08:00
Jessica Wang
2418423f1d
bug 12869: system page - advanced zone - create guest network - when network offering whose specifyvlan is false is selected, hide VLAN ID field. Show it otherwise.
2012-01-30 12:04:05 -08:00
Jessica Wang
4d6d9584a9
bug 12869: system page - advanced zone - create guest network - when network offering whose specifyIpRanges is false is selected, not pass startIp/endIp to API call.
2012-01-30 11:23:55 -08:00
Jessica Wang
1e38c289aa
bug 12869: system page - advanced zone - create guest network - when selected network offering is Isolated and Specify IP Ranges is false, hide Start IP, End IP field. Show them otherwise.
2012-01-27 17:47:23 -08:00
Jessica Wang
7bb1991c5a
system page - zone detail - guest network - network tab - this tab only shows for advanced zone now. So, remove things related to basic zone in this tab.
2012-01-27 16:34:07 -08:00
Jessica Wang
b8958d52a4
bug 12869: system page - advanced zone - create guest network - network offerings dropdown - when scope is account, display all network offerings regardless of shared/isolated.
2012-01-27 14:29:28 -08:00
bfederle
83bc7d1c81
Remove UI test data
2012-01-27 09:01:57 -08:00
bfederle
e6f6437afa
Fix syntax errors which break IE7
2012-01-26 15:31:25 -08:00
bfederle
992b9891d4
bug 13258: Restore showing all zones on dashboard
...
status 13258: resolved fixed
2012-01-26 11:26:24 -08:00
Jessica Wang
df59276eb9
System page - zone detail chart - compute tab - pods listView - JS error "selectedZoneObj is undefined"
2012-01-25 15:38:43 -08:00
bfederle
24c14006d2
Updated zone wizard / details
...
Rework zone wizard:
-Support creation of multiple physical networks via drag-and-drop UI
-Support configuration of traffic types
-Allow creation of complete zone resources -- pods, clusters, hosts,
storage -- in a similar fashion to the quick install
-Add requirements to support elastic load balancer
Rework zone details page:
-Convert old zone chart into a regular zone details pane, split into
multiple tabs
-Add zone-specific resources dashboard
-Allow display of multiple physical networks
2012-01-23 10:53:36 -08:00
bfederle
fa2a308d56
Temporary fix to keep dashboard UI from reporting error
2012-01-19 19:02:52 -08:00
Jessica Wang
45f9701c63
bug 12910: cloudstack 3.0 new UI - router page - add "Destroy" action.
2012-01-11 15:12:39 -08:00
Jessica Wang
db527555e1
bug 12910: cloudstack 3.0 new UI - stop router - add checkbox "Force stop" on dialog box.
2012-01-11 14:23:10 -08:00
Jessica Wang
b37e8dc4df
bug 12995: cloudstack 3.0 new UI - routers page - pass listAll=true to listRouters API.
2012-01-11 12:05:28 -08:00
Jessica Wang
7e0d3bf213
cloudstack 3.0 new UI - Primary Storage page - list view - add server IP, remove pod name and cluster name.
2012-01-11 11:21:47 -08:00
Jessica Wang
8c89b69ff3
bug 12893: cloudstack 3.0 new UI - Add Primary Storage - when KVM cluster is selected, CLVM will show in protocol dropdown.
2012-01-11 11:06:05 -08:00
Jessica Wang
4808e597bf
bug 12964: fix a JS error => "args is undefined"
2012-01-10 17:04:35 -08:00
Jessica Wang
70363baf2d
bug 12964: fix a typo => "newZoneObj is undefined"
2012-01-10 16:50:35 -08:00
Jessica Wang
96506565e6
bug 12964: fix a typo => "trafficeTypeCount is undefined"
2012-01-10 16:43:51 -08:00
Jessica Wang
f23e315c5f
bug 12964: cloudstack 3.0 new UI - Add Zone Wizard - programatically call createPhysicalNetwork API and addTrafficType API after addZone API returns success.
2012-01-10 16:37:24 -08:00
Jessica Wang
1c910582d8
bug 12306: cloudstack 3.0 new UI - system page - pass listAll=true when calling listing guest networks.
2012-01-09 17:02:09 -08:00
Jessica Wang
b1f2dfa52d
bug 12306: cloudstack 3.0 new UI - system page - pass listAll=true when calling listDomains to populate domain dropdown.
2012-01-09 16:43:49 -08:00
Jessica Wang
43f2a44f37
cloudstack 3.0 new UI - system page - secondary storage is under zone level. So, podID and clsuterID will never be used when getting secondary storage list.
2012-01-09 15:38:45 -08:00
Jessica Wang
973b24f5ee
cloudstack 3.0 new UI - system page - add host dialog - pod dropdwon - show the current pod as default selection.
2012-01-06 16:34:56 -08:00
Jessica Wang
f2888cbb71
cloudstack 3.0 new UI - system page - add cluster dialog - pod dropdwon - show the current pod as default selection.
2012-01-06 16:28:53 -08:00
Jessica Wang
639b9b4fb4
cloudstack 3.0 new UI - system - secondary storages page - from actions from listView since they are available in detailView.
2012-01-06 16:20:40 -08:00
Jessica Wang
5e21af79dc
cloudstack 3.0 new UI - system - primary storages page - from actions from listView since they are available in detailView.
2012-01-06 16:13:19 -08:00
Jessica Wang
3987ef52dc
cloudstack 3.0 new UI - system - hosts page - from actions from listView since they are available in detailView.
2012-01-06 16:00:27 -08:00
Jessica Wang
58d3bd377e
cloudstack 3.0 new UI - system - clusters page - from actions from listView since they are available in detailView.
2012-01-06 15:56:40 -08:00
Jessica Wang
8067713bb1
cloudstack 3.0 new UI - system - pods page - from actions from listView since they are available in detailView.
2012-01-06 15:51:54 -08:00
Jessica Wang
1e7a3702f5
bug 12901: cloudstack 3.0 new UI - system page - add host dialog - cluster dropdwon - show the current cluster as default selection.
2012-01-06 11:53:01 -08:00
Jessica Wang
cbe54655f5
cloudstack 3.0 new UI - system page - remove obsolete code.
2012-01-06 11:12:23 -08:00
Jessica Wang
c7d5e29405
cloudstack 3.0 new UI - system page - actions - replace obsolete args.data with args.context
2012-01-06 10:58:20 -08:00
Jessica Wang
205ffdb792
bug 12859: cloudstack 3.0 new UI - systemVM page - migrate action - fix a bug that passed an empty virtualMachineId to API.
2012-01-06 10:42:33 -08:00
Jessica Wang
b0dd607e29
cloudstack 3.0 new UI - system - remove obsolete code.
2012-01-05 17:13:46 -08:00
Jessica Wang
d1a79c865e
cloudstack 3.0 new UI - system - systemVM page - remove actions from listView.
2012-01-05 16:57:45 -08:00