Commit Graph

4132 Commits

Author SHA1 Message Date
Brian Federle f27ca638c3 CLOUDSTACK-3739: Add text label to 'add VMware DC' action for clarity 2013-07-24 14:49:14 -07:00
Jessica Wang fee5fce5cd CLOUDSTACK-3563: UI > Add Guest Network Dialog (only available for root-admin in Network menu and Infrastructure menu) > change Network Offering field to depend on both zone field and scope field. 2013-07-24 14:46:15 -07:00
Brian Federle 782ece6b60 CLOUDSTACK-3752: Add text label to 'reset VM' to avoid confusion 2013-07-24 14:41:23 -07:00
Brian Federle 7ce17fa3b8 CLOUDSTACK-3560: UI createForm: Support multiple dependsOn targets
Support passing list of dependsOn targets for form fields. This will
trigger a change if any items specified in list are changed.

Example:

fieldA: {...},
fieldB: {...},
fieldC: { dependsOn: ['fieldA', 'fieldB'] }
2013-07-24 14:25:40 -07:00
Jessica Wang 8d98cc2b12 CLOUDSTACK-3789: UI - specify type when making API calls. 2013-07-24 12:22:19 -07:00
Brian Federle e03f7f4db3 CLOUDSTACK-3344: Add LDAP: Fix encoding of '&' character 2013-07-24 11:49:56 -07:00
Brian Federle 585fdd9781 CLOUDSTACK-3153: Fix numbering of ACL items
Re-number dragged items in increments of ten, and use an average of
the previous and next number, so that multiple reorders can occur
before conflicts happen.
2013-07-24 11:04:29 -07:00
Brian Federle c1102fcc79 Add disallowSpecialCharacters to some fields 2013-07-23 15:13:19 -07:00
Jessica Wang 09b898adbc CLOUDSTACK-2760: UI > Infrastructure menu > System VMs > fix a bug that Agent State was not mapped correctly between systemVMs and hosts. 2013-07-23 11:38:44 -07:00
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