Commit Graph

54 Commits

Author SHA1 Message Date
Jessica Wang 678350ea1e bug 14516: add zone wizard - exclude EIP, ELB, SG network offerings only when hypervisor is VMware or BareMetal. 2012-04-17 11:05:25 -07:00
Jessica Wang 48e949dd7f cloudstack 3.0 UI - add zone wizard - hypervisor dropdown - make XenServer as default option. 2012-04-16 17:22:17 -07:00
Jessica Wang 80775b1137 cloudstack 3.0 UI - add zone wizard - step 2 - fix a bug that change event of network offerings dropdown was not triggered when visiting step 2 the first time. 2012-04-12 16:23:37 -07:00
Jessica Wang 6fa7d4f612 cloudstack 3.0 UI - fix a JS error "selectedNetworkOfferingObj is not defined" 2012-04-12 16:23:21 -07:00
Jessica Wang 9d89ee296e bug 14386: cloudstack 3.0 UI - add zone wizard - basic zone - network offering dropdown - exclude network offerings having EIP/ELB/SG if hypervisor is not XenServer. 2012-04-12 16:23:04 -07:00
Brian Federle aed2159a2f bug CS-14441: Fix typo in VMware traffic label ID 2012-04-12 12:42:43 -07:00
Brian Federle 03e206edfc bug 14603
-Disable display of public traffic icon for basic zone, non-EIP/ELB

-Show public traffic icon as 'required' for basic zone in EIP/ELB
2012-04-04 14:53:07 -07:00
frank 72d284de7d Switch to Apache license 2012-04-03 04:54:14 -07:00
Brian Federle 5e0f81bdc6 bug 14519
Show separate message for basic zone setup physical network UI

Conflicts:

	client/WEB-INF/classes/resources/messages.properties
2012-03-28 15:06:16 -07:00
Jessica Wang 98bd43520a bug 13313: cloudstack 3.0 UI - Add Zone wizard - Skip addHost step when cluster dropdown is selected as VMWare in AddZone step. 2012-03-28 13:30:14 -07:00
bfederle cae7caf468 UI: Zone wizard update
-Allow for editing of traffic labels within the zone wizard; visible
 by going to the create physical network(s) step and clicking the
 'edit' button under each traffic type.

-Make hypervisor selection part of the create zone step, instead of
 the add cluster step -- this is to allow the physical network UI to
 have the selected hypervisor for the edit traffic labels dialog.

-Show drag-and-drop UI for basic zone setup, so that user can edit
 traffic labels for a basic zone. Note that user can only have one
 physical network here.

-Allow creation of storage traffic in a basic zone configuration, by
 optionally dragging storage traffic type icon to first physical
 network

status 14057: resolved fixed
status 14098: resolved fixed
status 14101: resolved fixed
status 14132: resolved fixed
2012-03-20 13:33:23 -07:00
Jessica Wang 121db068dd cloudstack 3.0 UI - code optimization - seperate code of Enabling Security Group provider code, Adding Netscaler provider, Creating guest network to different functions (to avoid repeating code and to give individual message for each action) 2012-03-20 11:54:08 -07:00
Jessica Wang 4d3f81e6fb bug 14325: cloudstack 3.0 UI - add zone wizard - basic zone - cover the case that selected network offering has Netscaler provider, but no security group service. 2012-03-19 14:44:19 -07:00
Jessica Wang 8895c77ea7 bug 14325: cloudstack 3.0 UI - add zone wizard - basic zone - show netscaler tab if selected network offering's provider is Netscaler. Hide netscaler tab otherwise. 2012-03-19 12:03:52 -07:00
Jessica Wang ad9da6f3cb bug 14325: cloudstack 3.0 UI - add zone wizard - basic zone - retrieve provider of selected network offering 2012-03-19 10:47:40 -07:00
Jessica Wang 3475d75486 cloudstack 3.0 UI - replace old sanitizeXSS() with new cloudStack.sanitize(). 2012-03-14 14:02:15 -07:00
Jessica Wang aa37ba0bee bug 14073: Quick Installer - make zones created from Quick Installer to be public (not dedicated to any domain) [reviewed-by: Brian] 2012-02-29 15:19:51 -08:00
Jessica Wang 3a0afade23 zone wizard - declare item before using it. [reviewed-by: Brian] 2012-02-22 14:53:49 -08:00
Jessica Wang ae6f4d4460 Fix for primary storage step prefilter in IE [reviewed-by: Jessica] 2012-02-22 14:52:24 -08:00
Jessica Wang 1c292da977 bug 13665: Quick Install wizard - pick the network offering that has SecurityGroups service (but no LB, StaticNat). Enable SecurityGroups provider before creating a guest work. [reviewed-by: Brian] 2012-02-21 19:25:31 -08:00
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