Jessica Wang
2423f2c79a
CLOUDSTACK-7796: UI > instances > detail view > data provider > remove unnecessary module check.
2014-10-27 16:56:35 -07:00
Jessica Wang
94d00d6945
CLOUDSTACK-7780: UI > storage > volume > detail view > data provider > remove unnecessary module check.
2014-10-23 16:59:41 -07:00
Jessica Wang
bb01cb8d32
CLOUDSTACK-7779: UI > system action filter > extend scope from local to global.
2014-10-23 16:19:31 -07:00
Jessica Wang
793a007e12
CLOUDSTACK-7779: UI > affinity group action filter > extend scope from local to global.
2014-10-23 16:19:04 -07:00
Jessica Wang
974adb39c5
CLOUDSTACK-7779: UI > volume action filter, snapshot action filter > extend scope from local to global..
2014-10-23 16:18:38 -07:00
Jessica Wang
325dcd906f
CLOUDSTACK-7779: UI > volume action filter, snapshot action filter > extend scope from local to global.
2014-10-23 16:18:00 -07:00
Jessica Wang
000f8b1639
CLOUDSTACK-7777: UI > storage > volume > attach disk > virtual machine dropdown > remove unnecessary module check.
2014-10-23 14:15:01 -07:00
Jessica Wang
e796d418b4
CLOUDSTACK-5576: UI > IP Address > EnableVPN, DisableVPN: change label.
2014-10-17 14:57:51 -07:00
Jessica Wang
13decd4c85
CLOUDSTACK-7744: UI > Instances > detailView > Change Service Offering > show generic notification.
2014-10-16 14:49:04 -07:00
Jessica Wang
be60e46e1e
CLOUDSTACK-7731: UI > Infrastructure > Virtual Routers > group by XXXXXXX view > listView > detailView > add View All link > show read-only text "group by zone/pod/cluster/account" in select view area.
2014-10-16 12:11:06 -07:00
Jessica Wang
5e165d499e
CLOUDSTACK-7731: UI > Infrastructure > Virtual Routers > group by XXXXXXX view > listView > detailView > add View All link > not show "group by XXXXXXX" in select view dropdown.
2014-10-16 12:10:34 -07:00
Jessica Wang
f8cbd6ad46
CLOUDSTACK-7736: UI - listView widget - select view dropdown on top of listView - prefilter() - include original args.context when passing it to prefilter().
2014-10-16 12:09:48 -07:00
Jessica Wang
c49a09fad0
CLOUDSTACK-7731: UI > Infrastructure > Virtual Routers > group by account view > listView > detailView > add View All link (i.e. "View all Virtual Routers").
2014-10-16 12:08:58 -07:00
Jessica Wang
e225065ec2
CLOUDSTACK-7731: UI > Infrastructure > Virtual Routers > group by zone/pod/cluster view > listView > detailView > add View All link (i.e. "View all Virtual Routers").
2014-10-16 12:06:59 -07:00
Sanjay Tripathi
420d4e0da0
CLOUDSTACK-7739: Add new vGPU types K160Q, K180Q, K280Q to the CloudStack UI.
2014-10-16 14:25:30 +05:30
Jessica Wang
26f3e8499a
CLOUDSTACK-7723: UI > Storage > detail view > add Disk Offering field.
2014-10-14 14:17:39 -07:00
Jessica Wang
51d274b9ad
CLOUDSTACK-5719: UI > Network > Add Guest Network > when Physical Network dropdown is changed, refresh Network Offering dropdown (because each physical network has its own tags which maps to different network offerings)
...
(cherry picked from commit 0af0c041e9 )
2014-10-13 00:37:16 -04:00
Jessica Wang
dd335aa424
CLOUDSTACK-5359: UI > Infrastructure > Clusters > Add Cluster > Public Traffic vSwitch Type field, Guest Traffic vSwitch Type field > do not pass the value of the form field to API call when the the form field is not displaying.
...
(cherry picked from commit 59e1e9bbd5 )
2014-10-13 00:36:00 -04:00
Jessica Wang
70f74eeb2a
CLOUDSTACK-7661: UI > VM Wizard > Keyboard Language > send new parameter keyboard to deployVirtualMachine API call.
...
(cherry picked from commit d3af2de730 )
2014-10-13 00:35:45 -04:00
Sanjay Tripathi
eb447f14e2
CLOUDSTACK:7323: [vGPU] Creation of VM snapshot with "memory" is failing.
...
VM snapshot with memory is not supported for VGPU VMs, so putting checks
for same.
(cherry picked from commit 123ec8b3d3 )
2014-10-13 00:35:13 -04:00
Jessica Wang
1916bd25d1
CLOUDSTACK-3195: UI > IP Address > detailView > Configuration tab > Port Forwarding > for regular-user, if underlying VM has been destroyed (i.e. listVirtualMachines API returns nothing), compose vm object from limited vm data in port forwarding rule object. So, a vm object (required in widget code) can be passed to widget code.
...
(cherry picked from commit 925f30a41b )
2014-10-13 00:34:38 -04:00
Jessica Wang
9714ecbde8
CLOUDSTACK-4987: UI > Instances > detailView > NICs tab > Add network to VM > Network dropdown => (1) For root-admin, populate networks of all accounts. (2) For regular-user/domain-admin, populate only networks belonging to this VM owner.
...
(cherry picked from commit 794ee6929d )
2014-10-13 00:34:22 -04:00
Jessica Wang
35dab49bb0
CLOUDSTACK-7681: UI > zone wizard > Advanced zone > hypervisor => do not support BareMetal
...
(cherry picked from commit 3b704ac6f3 )
2014-10-13 00:33:29 -04:00
Jessica Wang
8ce829a8ee
CLOUDSTACK-7668: UI > When UI is loaded the first time, sometimes a blank screen instead of a login screen shows > fix it by declaring the variables beforehand.
...
(cherry picked from commit 97768b2657 )
2014-10-13 00:27:22 -04:00
Jessica Wang
a9761a3eb3
CLOUDSTACK-7668: UI > When UI is loaded the first time, sometimes a blank screen instead of a login screen shows. Only after clicking Refresh button(i.e. loaded again) will the login screen show.
...
(cherry picked from commit 53d5e8af18 )
2014-10-13 00:26:35 -04:00
Mihaela Stoica
28f8c41a19
CLOUDSTACK-7645: [UI] Fixing incorrect labels, including instances of "???label.*???"
...
- removed duplicate entries in dictionary
- added dictionary entries that have been missed during the dictionary split
- added missing entries in messages.properties
- fixed other localization issues
(cherry picked from commit 0646588fc6 )
2014-10-13 00:23:20 -04:00
Mihaela Stoica
38e4be8e7b
CLOUDSTACK-7664: [UI] Handle change in API response for listloadbalancer
...
- replaced all occurrences of "listloadbalancerssresponse" with "listloadbalancersresponse" in ui\scripts\vpc.js, following the change in the listLoadBalancers API response string.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit ea5c8eed0c )
2014-10-13 00:16:05 -04:00
Brian Federle
fa5c42c409
Undo "Revert "CLOUDSTACK-7647"
...
This reverts commit 38bd1b934e .
(cherry picked from commit 9c56b3d4db )
2014-10-13 00:12:16 -04:00
Jessica Wang
e1d554c352
Revert "CLOUDSTACK-7647: Fix 'isReverse' checkboxes which are checked by default"
...
This reverts commit ef4b5d41b7 .
(cherry picked from commit 38bd1b934e )
2014-10-13 00:11:34 -04:00
Brian Federle
f2b6aa4fe6
CLOUDSTACK-7647: Fix 'isReverse' checkboxes which are checked by default
...
(cherry picked from commit ef4b5d41b7 )
2014-10-13 00:07:33 -04:00
Jessica Wang
354cb21109
CLOUDSTACK-7637: UI > fix a bug produced by 4.5 feature "template accross multiple zones" > fix it by including all properties to jsonObj.
...
(cherry picked from commit 59b0103a53 )
2014-10-13 00:05:05 -04:00
Jessica Wang
d39c29092b
CLOUDSTACK-7634: UI > Project Dropdown on top menu > not all projects are populated when there are more than 500 projects in database.
...
(cherry picked from commit cb60b0a1c0 )
2014-10-12 23:59:50 -04:00
Jessica Wang
555b20f7ec
CLOUDSTACK-7625: UI > IP Address page > EnableVPN > If createRemoteAccessVpn returns success, but the newly created remoteaccessvpn object's state is not Running, treat it as a failure.
...
(cherry picked from commit b592e0af34 )
2014-10-12 23:53:26 -04:00
Gabor Apati-Nagy
4fd0799d30
CLOUDSTACK-7562: Details page for disk offerings only show details for write performance
...
-Fixed all related typos
Signed-off-by: Brian Federle <brian.federle@citrix.com>
(cherry picked from commit dbb70fadc0 )
2014-10-12 23:36:25 -04:00
Gabor Apati-Nagy
f456cda8cc
CLOUDSTACK-7561: UI: After creating a new account, the "Add Account" dialog remains open
...
-Removed unused code that was causing javascript exception
Signed-off-by: Brian Federle <brian.federle@citrix.com>
(cherry picked from commit 30611be15a )
2014-10-12 23:35:30 -04:00
vetrivelc
6a11d099cf
Fix Externalization of hard-coded label strings
...
-Split 'dictionary.jsp' into two files -> 'dictionary.jsp' and
'dictionary2.jsp' -- this is due to JSP file constraints as the
localization object is getting quite long
-Per change above, 'dictionary' object is now split into an additonal
'dictionary2' object, which is merged with the main dict object on page
load
-All new dictionary mappings should be added to 'dictionary2' now.
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-09-17 13:59:13 -07:00
Brian Federle
c661289941
Fix session expire handling
...
If session has expired, hide entire UI (except for dialog) to prevent
clicking/seeing expired UI elements.
2014-09-17 13:31:39 -07:00
Jessica Wang
d0da107b7f
CLOUDSTACK-7497: UI > VM Wizard > select template > reset local variable before retrieving selected template object.
2014-09-16 13:21:01 -07:00
Brian Federle
e6b8aedc54
CLOUDSTACK-6412: Fix localization for 'isdedicated' field
2014-09-15 13:13:32 -07:00
Brian Federle
b04cc75065
CLOUDSTACK-7526: Fix missing localization on 'add' button
2014-09-15 13:02:27 -07:00
Gabor Apati-Nagy
9f38fd6c9f
CLOUDSTACK-6725: [OVS][UI] vm deployment wizard does not show all available zones in a region while deploying vm in a Regionlevel vpc
2014-09-11 12:00:42 -07:00
Gabor Apati-Nagy
3077510838
CLOUDSTACK-6722: [OVS][UI] Network created with StretchedL2Subnet is not available for vm deployement in other zones
2014-09-11 11:56:46 -07:00
Jessica Wang
a698c3e276
LOUDSTACK-6840: OVS refers to SDN provider. However, we are not supporting SDN in this release. Therefore, remove OVS from UI for this release.
2014-09-11 10:57:03 -07:00
Ilia Shakitko
281c866206
Add "Edit Tags" functionality to SecurityGroup rules in UI
...
Signed-off-by: Ilia Shakitko <i.shakitko@tech.leaseweb.com>
2014-09-11 15:47:21 +02:00
Jessica Wang
a39bf18bc7
CLOUDSTACK-7462: UI > Network > VPC > Router > Network ACL Lists > click an entry from list > Details tab > ACL List Rules tab > click Edit icon on any existing rule > fix the JavaScript error "args.jsonObj is undefined".
2014-09-10 15:35:53 -07:00
Mihaela Stoica
75cd79a238
CLOUDSTACK-7520: [UI] keep advanced search parameters visible after search has been run.
...
- Preserve the advanced search parameters, so that when the advanced search box is shown again,
it is populated with the values selected/entered previously, unless they have navigated away from the search results page,
or applied any additional filters/search parameters.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2014-09-10 15:37:35 +05:30
Jessica Wang
07c9c02789
CLOUDSTACK-7261: related UI change after lsitSystemVMs/listRouters API were fixed to return hypervisor property while state is running.
2014-09-09 15:18:58 -07:00
Jessica Wang
d80f6a8d4a
CLOUDSTACK-6694: update related comment after Refactor 'assign vm' action into function
2014-09-08 12:07:04 -07:00
Brian Federle
e1354878c0
CLOUDSTACK-6694: Refactor 'assign vm' action into function
...
Makes 'assign vm' action a function, to fix issue where quickview did
not have updated code.
2014-09-08 10:44:40 -07:00
Rohit Yadav
c68325deb1
CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit b7b9cd0d2d )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
ui/scripts/configuration.js
2014-09-08 10:57:09 +02:00