Commit Graph

34 Commits

Author SHA1 Message Date
Jessica Wang cad7fb86e4 add zone wizard - fix a JS error "server is undefined" [reviewed-by: Brian] 2012-02-19 10:39:10 -08:00
Jessica Wang b7f63d84a2 add zone wizard - add primary storage step - storage tags field is optional. [reviewed-by: Brian] 2012-02-19 10:32:40 -08:00
Jessica Wang b5e84f8f8e bug 13680: add zone wizard - when configuration "use.local.storage" is true, skip add primary storage skip. [reviewed-by: Brian] 2012-02-19 10:19:11 -08:00
Jessica Wang bd61173e11 add zone wizard - advanced zone - storage traffic - add IP Range - add gateway field. [reviewed-by: Brian] 2012-02-17 15:13:07 -08:00
Jessica Wang 28f574d890 add zone wizard - preFilters - addPublicNetwork - consolidate conditinal statement [reviewed-by: Brian] 2012-02-17 12:48:04 -08:00
Brian Federle b287c9aa15 Zone wizard: fix public traffic description
reviewed-by: jessica
2012-02-17 12:01:54 -08:00
Jessica Wang 4f1b19083c bug 13628: add zone wizard - show different description of public traffic, guest traffic for basic zone and advanced zone. [reviewed-by: Brian] 2012-02-17 11:43:57 -08:00
Brian Federle 7921811f31 Update UI for 3.0.x
-Complete localization for all UI elements, in en and ja

-Hide logo/EULA for OSS version, when no eula.html is present

-Language select on login screen

-Misc. fixes

reviewed-by: jessica
2012-02-17 11:32:45 -08:00
Jessica Wang d00ee67274 cloudstack 3.0 new UI - localize zone wizard. [reviewed-by: Brian] 2012-02-15 19:26:46 -08:00
Brian Federle 57bba4a0e0 Update UI
-Fix two blocker bugs: bug 13743 and bug 13729

-Add more localization

-Misc. fixes

reviewed-by: jessica
2012-02-15 17:03:21 -08:00
Brian Federle ae4a967ad7 bug 13581
Hide NetScaler sub-nav text when not using ELB/EIP network offering

status 13581: resolved fixed
2012-02-10 14:22:52 -08:00
Jessica Wang 1a05da77bb add zone wizard - not pass guestcidraddress to createZoen API call when Guest CIDR field is empty. 2012-02-10 10:35:34 -08:00
Jessica Wang 6e3ba231a4 bug 13584: Add Zone wizard - make "add primary storage" step optional since user can use local storage instead of primary storage. 2012-02-10 10:27:08 -08:00
Jessica Wang 0da5fadcda bug 13580: create zone wizard - advanced zone - make Guest CIDR field optional instead of required. 2012-02-09 16:54:25 -08:00
Jessica Wang 096df85f75 add zone wizard - fix a typo. 2012-02-08 13:17:22 -08:00
Jessica Wang 36c0473ce8 bug 13517: add zone wizard - advanced zone - configure guest traffic - make VLAN field optional instead of required. 2012-02-08 12:31:37 -08:00
Jessica Wang 9a5761243a new zone wizard - hide Guest CIDR field when zone type is Basic. Show it when zone type is Advanced. 2012-02-08 10:33:24 -08:00
Jessica Wang 9cff1fcec3 Add Zone Wizard - pass guestcidraddress to createZone API only when zone type is Advanced. 2012-02-08 10:24:19 -08:00
Jessica Wang cccf1bb10e New zone wizard - add Guest CIDR field. 2012-02-08 10:24:18 -08:00
Jessica Wang aa2cad8f5b bug 13490: Add Zone wizard - hypervisor KVM - add primary storage - show CLVM in protocol dropdown 2012-02-07 10:38:19 -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
Jessica Wang ccabee788a bug 13289: zone wizard - correct text. 2012-02-01 15:21:27 -08:00
Jessica Wang dddbf1cd9d zone wizard - make isPublic checked as default since public zone is more popular. 2012-02-01 11:22:34 -08:00
bfederle 17358cce99 bug 13271: Fix zone wizard vlan range validation
status 13271: resolved fixed
2012-01-31 16:11:23 -08:00
Jessica Wang dfdfc3b85a Add zone wizard - configure public - fix a bug that configureGuestTraffic() was being called more than once when multiple public VLAN IP Ranges are entered in configure public screen. 2012-01-26 17:07:10 -08:00
Jessica Wang dfd28b0df8 add zone wizard - seperate addNetscalerDevice code out from configurePhysicalNetwork code. So, addNetscalerDevice can have its own error handling. 2012-01-26 13:22:50 -08:00
Jessica Wang 2ea75da700 Add zone wizard - Basic zone - implement error handling when creating a guest netowrk fails. 2012-01-25 15:20:18 -08:00
Jessica Wang 184ac11d96 Add zone wizard - cluster - hypervisor: VMware - should skip calling addHost. 2012-01-25 14:42:34 -08:00
Jessica Wang 5e5579a210 fix a JS error "args.groupedData is undefined" (which caused "Adding cluster...." message as hanging in last step in new zone wizard) 2012-01-25 14:04:35 -08:00
Jessica Wang d569f383f9 bug 13313: new zone wizard - skip addHost step if cluster is VMware. 2012-01-25 11:40:37 -08:00
bfederle f91229886e bug 13274
Fix error handling for zone/quick install wizard

status 13274: resolved fixed
2012-01-25 08:14:39 -08:00
bfederle 3a0886f891 Add documentation copy for zone wizard steps 2012-01-23 16:38:30 -08:00
bfederle 96d0383a4a Install wizard updates
-Fix tooltips

-Poll system VMs and enable zone at end
2012-01-23 13:27:49 -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