Commit Graph

2652 Commits

Author SHA1 Message Date
Jessica Wang 40a84ffe1a CS-13162: cloudstack 3.0 UI - Instance page - detail view - add "Public IP" column. 2012-04-30 16:53:15 -07:00
Jessica Wang 84c13afa62 CS-14338: cloudstack 3.0 UI - Restore VM action - after action completed, show "Task completed: Restore Instance" instead of "Task completed: Restoring VM: null". 2012-04-30 16:42:08 -07:00
Jessica Wang 7c8f0ede7e CS-14206: cloudstack 3.0 UI - create network offering - show Elastic LB checkbox, LB Isolation dropdown only when (1)LB Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared;
show Elastic IP checkbox only when (1)StaticNat Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared.
2012-04-30 15:56:46 -07:00
bfederle d80688ddce CS-14461: Add more infrastructure page shortcuts
-Add additional shortcuts for:
  -Primary storage
  -Secondary storgage
  -Virtual routers
  -System VMs

-Replace host stats with the new shortcuts

-Add 'zone' dropdown to create form for the newly added-shortcuts'
 sections, to support creating these items without a zone context

Conflicts:

	ui/index.jsp
2012-04-30 10:36:02 -07:00
Abhi 6726f3b0d0 bug CS-14663: accepting encoded password for MD5 2012-04-28 12:30:29 +05:30
Jessica Wang 77dd95a3b5 cloudstack 3.0 UI - add network offering - fix a bug that wrongly calculated advanced zones. 2012-04-27 16:16:40 -07:00
Jessica Wang 31997fa89d bug 14610: cloudstack 3.0 - single sign on - log out - not reload original location if onLogoutCallback() returns false because new location has been specified in onLogoutCallback(). 2012-04-27 15:01:56 -07:00
Jessica Wang 83e904ab19 bug 14610: cloudstack 3.0 - single sign on - fix a bug that logout didn't work for single-sign-on. 2012-04-27 14:08:39 -07:00
Jessica Wang a119abda0d cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView. 2012-04-26 16:52:09 -07:00
Jessica Wang bf4232974f CS-14272: cloudstack 3.0 UI - Add Zone Wizard - physical networks step - add Isolation Method dropdown. 2012-04-26 16:18:42 -07:00
Jessica Wang 17c150a4f1 CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message. 2012-04-25 14:04:34 -07:00
bfederle 845e9b5408 CloudStack: Main UI logo fix
Fix logo not being present on fresh install (for commercial build),
after clicking out of quick install
2012-04-25 12:32:18 -07:00
Jessica Wang 8962194f42 CS-14385: cloudstack UI - Host page - add "HA Enabled" column which only shows When ha.tag global configuration is not empty. 2012-04-24 17:06:04 -07:00
Jessica Wang c4719e91f5 CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin. 2012-04-24 17:06:03 -07:00
Jessica Wang 21ebf03ea1 cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView. 2012-04-24 12:14:15 -07:00
Jessica Wang 37007f8071 CS-14297: cloudstack 3.0 UI - Delete Primary Storage dialogbox - add "Force Remove" checkbox. 2012-04-24 11:49:53 -07:00
Jessica Wang f78874d825 CS-12407: cloudstack 3.0 UI - Add F5 device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API. 2012-04-24 10:50:53 -07:00
Jessica Wang 906b40bf97 CS-12407: cloudstack 3.0 UI - Add Netscaler device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API. 2012-04-23 16:34:39 -07:00
Jessica Wang 0e04bfa7dd CS-14588: cloudstack 3.0 UI - VM Wizard - name field - allow uppercase. 2012-04-23 13:34:36 -07:00
Jessica Wang caabcdb010 CS-14186: cloudstack 3.0 UI - create network offering - when GuestIpType is Shared, hide SourceNat/StaticNat/PortForwarding/LoadBalancer/Firewall/VPN if zoneType is Advanced, hide SourceNat/PortForwarding/Firewall/VPN if zoneType is BAsic. 2012-04-23 10:42:00 -07:00
bfederle 9afb9f4c49 Zone wizard UI: fix selects
Fix selects being populated twice, due to combination of async calls
and non-async operations when re-selecting options in setup zone step.
2012-04-20 16:06:47 -07:00
bfederle cf4b5c62b8 Zone wizard UI
Move network offerings array to local select fn scope, as it is only used there
2012-04-20 16:06:46 -07:00
bfederle 935fb13481 Zone wizard UI
Add missing 'selectedNetworkOfferingObj' var, which may cause JS
errors in some cases
2012-04-20 15:05:00 -07:00
Pranav Saxena bb57707359 CS-13830 : Zone's guest CIDR field is not modifiable in the UI 2012-04-19 15:18:32 -07:00
Pranav Saxena 931a69c47b CS-13830 : Zone's guest CIDR field is not modifiable in the UI 2012-04-19 15:18:32 -07:00
Brian Federle e98899cd13 Add missing 'fetchLatest' for second listCapacity call 2012-04-19 13:00:30 -07:00
Pranav Saxena 3ac1608a53 CS-13904 : Labels for service offering CPU and memory not consistent 2012-04-19 12:56:01 -07:00
Jessica Wang f8058b5b3f cloudstack 3.0 UI - localize validation message for vm host name. 2012-04-18 18:19:46 -07:00
Jessica Wang 33504bc47e CS-14559: cloudstack 3.0 UI - VM Wizard - last step - screen doesn't change, but user-entered VM name will be passed as hostname and displayname to deployVirtualMachine API. Add validation of user-entered name field to match naming rule of hostname. 2012-04-18 17:44:47 -07:00
Jessica Wang 7599b84818 cloudstack 3.0 UI - host page - list view - add State column with color and icon. 2012-04-18 14:11:24 -07:00
Jessica Wang a2fd69ea7e cloudstack 3.0 UI - instance page - attach ISO - fix a localization error. 2012-04-18 14:01:30 -07:00
Jessica Wang 9e995a7d65 CS-14142: cloudstack 3.0 UI - Instance page - show Attached ISO name instead of Attached ISO Yes/No. 2012-04-18 13:52:07 -07:00
Jessica Wang 1356aae5dc cloudstack 3.0 UI - statistics tab in Instance page, Host page - Network Read, Network Write - if API returns 0, show 0 instead of N/A. 2012-04-18 13:30:32 -07:00
Jessica Wang 7b4d6a06e1 CS-13896: cloudstack 3.0 UI - register template, register ISO - correct message and label. 2012-04-18 12:09:39 -07:00
Jessica Wang 6cbf34f196 CS-13589: cloudstack 3.0 UI - volume page - when a volume is in "Migrating" state, disallow any action. 2012-04-17 16:21:32 -07:00
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 3c5f37fcca cloudstack 3.0 UI - deployVM action - not show dialogbox of "password of new VM xxx is yyy" if deployVirtualMachine API doesn't return password (regardless of passwordenabled property). 2012-04-17 10:34:36 -07:00
Jessica Wang 8689e019d3 bug 14410: cloudstack 3.0 UI - instance page - Start VM action - show vm password on screen if startVM API returns it. 2012-04-16 18:20:43 -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 b55ccc10fb bug 12688: fix a bug in listView widget that didn't pass correct filterBy object to loadBody(). 2012-04-16 14:58:28 -07:00
Jessica Wang 84d439f3cb bug 14476: cloudstack 3.0 UI - IP address page - VPN tab - fix a bug that newly added VPN users didn't show up on UI when owner of IP Address is different from current login. 2012-04-13 21:10:34 -07:00
Jessica Wang 0d8b10857f cloudstack 3.0 UI - add Network offering dialog - correct label of service offering from Compute offering to System offering. 2012-04-13 14:40:25 -07:00
Jessica Wang 89943c566e bug 14368: cloudstack 3.0 UI - domain page - add "Update Resource Count" action ("Update Resource Count" is different from "Update Resource Limit") 2012-04-13 10:18:14 -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
Jessica Wang ac5626619c cloudstack 3.0 UI - dialog widget - remove a line that produced a bug that change event is trigger before data is populated in this dropdown in selectFn($.extend(selectArgs, dependsOnArgs)). Besides, selectFn($.extend(selectArgs, dependsOnArgs)) includes the line, $input.trigger('change'), already. 2012-04-12 16:22:47 -07:00
pranav 899fed2539 Bug 12833 addition of Fetch Latest Button on the Dashboard
Conflicts:

	client/WEB-INF/classes/resources/messages.properties
	ui/css/cloudstack3.css

reviewed-by: brian
2012-04-12 15:16:12 -07:00
Pranav Saxena 9e2d7341c6 Bug 14632 : CS-14393 3.0.1 Hosts' Statistics page show memory values as TB
Conflicts:

	ui/scripts/system.js

reviewed-by: brian
2012-04-12 15:04:28 -07:00
Brian Federle aed2159a2f bug CS-14441: Fix typo in VMware traffic label ID 2012-04-12 12:42:43 -07:00