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
Brian Federle
f239136605
Multi-edit: edit rule UI: fix regression and restore functionality
...
Conflicts:
ui/scripts/ui/dialog.js
2013-07-08 11:33:28 -07:00
Brian Federle
b48d99b518
CLOUDSTACK-3170: Support editing ACL rule items
...
Conflicts:
ui/scripts/vpc.js
2013-07-08 11:33:27 -07:00
Brian Federle
3c82e7eb88
ACL item reorder: Fix error message box
2013-07-08 11:10:16 -07:00
Brian Federle
4cd5dfe2ae
CLOUDSTACK-3153: On reorder, only update target ACL item's number
2013-07-08 11:10:11 -07:00
Brian Federle
5304d4973b
ACL UI: Sort ACL items by number
2013-07-08 11:10:11 -07:00
Pranav Saxena
baadb8a8c2
pod/host dedication failure cases
2013-07-08 14:52:01 +05:30
Pranav Saxena
320e3a42a8
CLOUDSTACK-3333: Start port and end port disabled for protocolnumber
2013-07-05 20:28:39 +05:30
Pranav Saxena
be17ea8e94
CLOUDSTACK-3230: Cluster remains in processing state
2013-07-05 17:06:04 +05:30
Wei Zhou
bccf5d8ea0
CLOUDSTACK-3345: createLBStickinessPolicy replaces old stickiness policy if exists
2013-07-05 10:48:03 +02:00
Pranav Saxena
5f32725dfa
CLOUDSTACK-2760: Agent status for SSVM and CPVM
2013-07-03 17:24:59 +05:30
Pranav Saxena
0c7cfc266e
CLOUDSTACK-2162: Scope parameter for adding primary storage for a basic zone set up
2013-07-03 14:53:05 +05:30