Commit Graph

4123 Commits

Author SHA1 Message Date
Brian Federle
2eae870335 CLOUDSTACK-3660: Add isdynamicallyscalable field
Add isdynamicallyscalable field to storage -> create template dialog
2013-07-22 16:52:50 -07:00
Brian Federle
df3ae98054 CLOUDSTACK-3710: Remove over-commit ratio fields from edit cluster UI
Removes over-commit fields as editable. This also removes the 'edit
cluster' action, as there are no longer any fields to edit.
2013-07-22 16:20:17 -07:00
Brian Federle
c2faa09068 CLOUDSTACK-2990: Before scape-up, present prompt to user if on VMware 2013-07-22 16:08:13 -07:00
Jessica Wang
f39de1d791 CLOUDSTACK-3427: UI > UCS manager > implement listUcsManager API since it has been fixed at server-side. 2013-07-22 13:44:29 -07:00
Brian Federle
3f405be8e0 CLOUDSTACK-2162: Fix missing provider field on secondary storage step 2013-07-22 11:20:37 -07:00
Wei Zhou
cfc85eb68f ui change: Disk I/O polling statistics 2013-07-22 16:09:50 +02:00
Jessica Wang
e2f14167f2 CLOUDSTACK-3651: Infrastructure menu - zone detail - listVmwareDcs API only exists in non-oss build, suppress error "The given command does not exist or it is not avaiable for user" from UI for this specific case. 2013-07-19 15:23:24 -07:00
Jessica Wang
57c1561b8c CLOUDSTACK-3651: UI > zone wizard > add secondary storage step - change this step from required to optional, add blank option to Provider dropdown. 2013-07-19 10:02:19 -07:00
Jessica Wang
f766a9e58d Format JS 2013-07-19 09:59:28 -07:00
Brian Federle
66a68552d0 CLOUDSTACK-3254: Allow admin to see and modify user affinity groups
Conflicts:
	ui/scripts/affinity.js
2013-07-18 14:33:31 -07:00
Wei Zhou
27b5085542 CLOUDSTACK-1301: fixed issues and add fields descriptions for disk I/O throttling 2013-07-18 13:11:31 +02:00
Brian Federle
5b112820c2 CLOUDSTACK-3475: Fix tier id not being passed to autoscale UI 2013-07-17 13:46:59 -07:00
Brian Federle
221a053861 Fix typos in JS which break IE < 9 2013-07-16 14:40:10 -07:00
Jessica Wang
ea7f66c362 CLOUDSTACK-3563: UI > Network menu > Guest Network section > search box in listView was shoved out of original place after new button "Add guest network" was added. Fix it by shorten label of "Add Isolated guest network with SourceNAT" button. 2013-07-16 13:58:48 -07:00
Jessica Wang
f37877dc9b CLOUDSTACK-3563: UI > Network menu > Guest Netework section > provide "Add Guest Network" option where root-admin can create shared networks from. 2013-07-16 13:39:13 -07:00
Jessica Wang
60d5d7a995 CLOUDSTACK-3461: zone wizard - add cluster step - when hypervisor is VMware, vCenter Username and vCenter Password are required (for firing addVmwareDc API). 2013-07-15 11:33:59 -07:00
Brian Federle
e92e9884d7 CLOUDSTACK-3002: Fix VLAN ID not being passed on create tier 2013-07-15 11:19:03 -07:00
Brian Federle
77b738f58c CLOUDSTACK-2615: Remove 'change service' from VM actions
Now that scaleVirtualMachine is being used to change compute
offerings, the old 'change service' action can be removed, as it will
be deprecated in the future.
2013-07-12 12:16:03 -07:00
Brian Federle
f9fd132031 CLOUDSTACK-2864: Fix duplicate message on affinity group
Fixes issue where text on affinity group step of instance wizard is
duplicated, when going back a step and making changes.
2013-07-12 12:04:57 -07:00
Wei Zhou
838cfa2bb6 CLOUDSTACK-3362: use POST instead of GET and encode/decode cert/key in uploadCustomCertificate 2013-07-12 10:43:38 +02:00
Jessica Wang
7e87c77043 CLOUDSTACK-3427: UI > UCS manager > implement associatesUcsProfileToBlade API. 2013-07-11 17:20:02 -07:00
Jessica Wang
38cb16df36 CLOUDSTACK-3460: UI > Infrastructure menu > clusters > add cluster dialog > when hypervisor is VMware, call listVmwareDcs API to get vCenter Host and vCenter Datacenter value if the 2 fields are not filled (the 2 fields are optional). 2013-07-11 15:42:50 -07:00
Brian Federle
f6e7e58a47 CLOUDSTACK-3395: Fix typo in 'revert to VM snapshot' response 2013-07-11 14:45:21 -07:00
Brian Federle
355d87dcba CLOUDSTACK-3461: Make vCenter user/password fields optional 2013-07-11 11:13:39 -07:00
Jessica Wang
129f207ef6 CLOUDSTACK-3450: UI > Infrastructure menu - zone detail - (1) Add VMware datacenter fields. (2) Show Remove VMware datacenter action where there is no VMware datacenter attached with the zone. Show Add VMware datacenter action otherwise. 2013-07-11 11:12:23 -07:00
Mice Xia
9dbe5ec706 fix CLOUDSTACK-1852, use findHostsForMigration to list available hosts for migration 2013-07-11 10:41:42 +08:00
Brian Federle
633335321d CLOUDSTACK-2779: Fix ACL rule protocol number field
-Fix protocol number field not passing start/end port

-Fix protocol number for ACL rule 'edit' form
2013-07-10 16:47:58 -07:00
Jessica Wang
f8e45c2d74 CLOUDSTACK-2988: UI > instances menu > Update Instance action - add Dynamically Scalable field. 2013-07-10 15:47:41 -07:00
Jessica Wang
47c770ca9f CLOUDSTACK-2988: UI > templates menu > update template action - add Dynamically Scalable field. 2013-07-10 15:47:10 -07:00
Jessica Wang
79bec35476 CLOUDSTACK-2987: UI > Templates menu > register template action: add Dynamically Scalable field. 2013-07-10 15:39:58 -07:00
Brian Federle
62eb115911 CLOUDSTACK-2983: Fix protocol number field passing invalid values
Conflicts:
	ui/scripts/vpc.js
2013-07-10 15:28:07 -07:00
Brian Federle
4c597ab78f UI: Fix localization fn override
If localization function is specified in another plugin, do not use the
default
2013-07-10 15:27:15 -07:00
Brian Federle
5acf5c561a UI plugin framework: Fix load order
Fixes potential issue where plugins could load after cloudStack UI is initialized,
preventing their functionality from showing up.

Now, the main UI is only loaded after all plugins have loaded; this is via
'cloudStack.pluginReady' event.
2013-07-10 15:27:15 -07:00
Jessica Wang
ddf7d40b62 CLOUDSTACK-3427: UI > UCS manager > implement listUcsBlade API. 2013-07-09 16:10:16 -07:00
Jessica Wang
513f0a8b3b CLOUDSTACK-3429: UI > zone wizard > advanced sg-enabled > exclude Hyperv from hypervisor dropdown. 2013-07-09 15:35:48 -07:00
Jessica Wang
c9b1783235 CLOUDSTACK UI - remove obsolete code (window.name is no longer used). 2013-07-09 15:35:25 -07:00
Jessica Wang
35e6f03542 CLOUDSTACK-3427: UI > UCS manager > implement listUcsProfile API. 2013-07-09 15:18:11 -07:00
Jessica Wang
9af1045f55 CLOUDSTACK-3427: UI > UCS manager > implement addUcsManager API. 2013-07-09 15:17:48 -07:00
Brian Federle
16c720f713 UI: Add initial UCS section to infrastructure page 2013-07-09 13:53:04 -07:00
Brian Federle
40cac192f6 Detail view: Fix context not being refreshed on perform action 2013-07-08 15:56:36 -07:00
Brian Federle
18b107b062 CLOUDSTACK-3337: Don't show current ACL list in dropdown 2013-07-08 15:56:31 -07:00
Brian Federle
e535760d9b VPC JS: Code cleanup 2013-07-08 15:56:26 -07:00
Brian Federle
73786c373a CLOUDSTACK-3253: Don't allow default ACL lists to be removed 2013-07-08 14:23:18 -07:00
Jessica Wang
46fcb03f17 CLOUDSTACK-3341: UI > template/ISO page > downloadTemplate/downloadISO action - do not decode URL return in extractTemplate API response. 2013-07-08 13:14:22 -07:00
Jessica Wang
5dc8bf9ec3 CLOUDSTACK-1676: UI > zone wizard > basic zone > pass securitygroupenabled=true if selected network offering includes security group service; pass securitygroupenabled=false if selected network offering does not include security group service. 2013-07-08 11:59:52 -07:00
Jessica Wang
e03ea2702f CLOUDSTACK-3207: UI > domain page > get total number of instances, volumes by both listAccounts API and listProjects API. 2013-07-08 11:59:21 -07:00
Jessica Wang
3953cbe35e CLOUDSTACK-3164: UI - VPC section - tier - Internal LB - detailView - add assignVMs action in detailView (will show on Quickview in listView as well). 2013-07-08 11:58:39 -07:00
Jessica Wang
39e6e7f09c CLOUDSTACK-3093: UI - Infrastructure menu - zone detail - physical network - network service providers - Internal LB VM - add migrate, view console action. 2013-07-08 11:58:08 -07:00
Jessica Wang
c6961ef655 CLOUDSTACK-3286: UI - Add Network Offering dialog - reset provider dropdown to first enabled option only if selected option is diabled. 2013-07-08 11:57:39 -07:00
Brian Federle
33c144a463 UI: Localize app name and 'about' window 2013-07-08 11:33:28 -07:00