vetrivelc
5327038c16
Missing label id and removed duplicate label.ids.
...
Signed-off-by: vetrivelc <vetrivel.chinnasamy@citrix.com>
2014-11-18 14:03:13 -08:00
Jessica Wang
880ab4392d
CLOUDSTACK-6624: UI > create network offering > cloudStack does NOT support specifyIpRanges for isolated network - fix a bug that wrongly sends "specifyIpRanges=true" to createNetworkOffering API.
2014-11-18 13:52:01 -08:00
Jessica Wang
0e2299d933
CLOUDSTACK-7498: UI > ISO > Register ISO action > a javascript error "osTypeObjs is not defined" comes and goes.
2014-11-18 12:02:00 -08:00
Brian Federle
bfe53d1b2b
VM wizard: Add 'showStep' event
...
For UI plugin development, allow moving though VM wizard steps via
custom event hook, cloudStack.instanceWizard.showStep (attached to
wizard DOM object), passing the specified target step index
Example:
$wizard.trigger('cloudStack.instanceWizard.showStep', {
index: 2 // Show step 2 of wizard
refresh: true // (Optional) Force refresh of step if data loaded
});
2014-11-17 15:14:51 -08:00
Jessica Wang
eba7cc78da
CLOUDSTACK-7927: UI > Infrastructure > Primary Storage > detailView > add "View Volumes" link that will list all volumes under this primary storage when being clicked.
2014-11-17 13:06:43 -08:00
Jessica Wang
2d4e87973d
CLOUDSTACK-7773: UI > Infrastructure > SystemVMs, Routers > Change Service Offering > service offerings dropdown > populate only service offerings that the VM is allowed to change to. i.e. exclude service offerings that the VM is not allowed to change to.
2014-11-14 13:58:35 -08:00
Mihaela Stoica
a49e240958
CLOUDSTACK-7645: Use the localization function _l() instead of dictionary directly
2014-11-14 11:51:40 -08:00
Devdeep Singh
cfe5a6fcbf
While adding secondary storage / is not added to secondary storage cifs url.
...
This causes it to fail if that path doesn't begin with '/'. It works fine
while adding primary storage. Added a check to add '/' in begining if needed.
2014-11-14 11:20:25 +05:30
Jessica Wang
e92f429463
CLOUDSTACK-7910: UI > Instance Wizard > declare serviceOfferingObjs before using it.
2014-11-13 16:26:09 -08:00
Jessica Wang
5d094e5cab
CLOUDSTACK-7896: UI > network > Add Guest Network > when zone dropdown is empty, do not make API call to get physical networks.
2014-11-12 16:24:15 -08:00
Jessica Wang
60aab6bf17
CLOUDSTACK-7892: UI > instances > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
2014-11-12 15:04:10 -08:00
Jessica Wang
30026ee175
CLOUDSTACK-7892: UI > stroage > volume > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
2014-11-12 14:54:19 -08:00
Jessica Wang
7e7641f0e8
CLOUDSTACK-7892: UI > Infrastructure > zones > zone > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
2014-11-12 14:42:13 -08:00
Jessica Wang
8cf1102b0a
CLOUDSTACK-7892: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
2014-11-12 13:47:53 -08:00
Jessica Wang
aff3a261e0
CLOUDSTACK-7892: UI > network > detailView > execute handlers attached to event 'cloudStack.module.sharedFunctions.addExtraProperties'.
2014-11-12 13:32:59 -08:00
Brian Federle
68745ae9b1
CLOUDSTACK-7645: UI: Fix method for extending dictionary
...
Instead of mapping both dictionary JSP files to separate objects, extend
dictionary2's object onto single 'dictionary' object.
-- The previous approach was causing issues on certain dialogs, which were not
opening due to possible missing labels.
2014-11-12 09:57:42 -08:00
Gabor Apati-Nagy
46e0a25069
CLOUDSTACK-3528: [UI] Fix list calls on accounts page
...
Fix List calls in the processing state forever with invalid name
provided with Account name search filter -Added error handling for
Events, Instances, Network, Projects, Storage pages where an advanced
search by an invalid account name was making the UI to show in progress
state forever.
2014-11-11 11:31:21 -08:00
Mihaela Stoica
6ac082b9d0
CLOUDSTACK-7318: [UI] Add error handler for VM snapshot creation
...
Fixes the issue where processing wheel continue to spin even after error
message is displayed during VM snapshot creation
2014-11-11 11:28:10 -08:00
Mihaela Stoica
5bac24c087
CLOUDSTACK-7831: Fixed unlocalized string on Advanced Network -> Network tab
2014-11-11 11:25:35 -08:00
Mihaela Stoica
901c243ed1
CLOUDSTACK-7645: [UI] Fixed incorrect label issues caused the dictionary split
...
In some cases the UI does not display the correct text, displaying 'label.xyz' instead of the localized string.
This appears to be due to the dictionary split: entries in dictionary2.jsp are not found because the dictionary has not been extended with dictionary2 as expected.
In this fix:
- Instead of extending the dictionary, we leave it as it is and change the localization function to look in the dictionary first and, if the item is not found there, then look in dictionary2.
- This way we are not depending on the extent() function to be called at the 'right' time; In turn, the localization function will be aware of both dictionaries.
- In the future, when we add another dictionary, we will have to modify this function only.
2014-11-11 11:22:35 -08:00
Gabor Apati-Nagy
0d7fa25f1d
CLOUDSTACK-7875: [UI] - VPC - Fix validation
...
Wrong format check is being made on Create VPC box - DNS domain
Information Removing IPv4 validation from the DNS field, the original
behavior is restored. (The API validates this field.)
2014-11-11 11:16:56 -08:00
Rajani Karuturi
57ad602574
Merge branch '4.5'
2014-11-06 10:21:30 +05:30
Daniel Vega
e03a7e6fea
Sorting projects alphabetically in drop down menu
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2014-11-06 10:16:15 +05:30
Jessica Wang
dd326af83d
CLOUDSTACK-7850: UI > Instances > detailView > Attach ISO option > ISO dropdown > should list only ISOs belonging to the same zone.
2014-11-05 13:29:12 -08:00
Jessica Wang
11808ae7fb
CLOUDSTACK-7850: UI > Instances > detailView > Attach ISO option > ISO dropdown > should list only ISOs belonging to the same zone.
2014-11-05 13:26:42 -08:00
Jessica Wang
6839652109
CLOUDSTACK-7383: UI > Instances > detailView > snapshot option > hide this option when hypervisor is LXC.
2014-11-04 14:44:12 -08:00
Jessica Wang
a43fba64da
CLOUDSTACK-7383: UI > Instances > detailView > snapshot option > hide this option when hypervisor is LXC.
2014-11-04 14:42:29 -08:00
Mihaela Stoica
4e80253b36
CLOUDSTACK-7645
...
[UI] Fix incorrect strings 'label.no' and 'label.added.network.offering'
2014-11-04 13:05:15 -08:00
Gabor Apati-Nagy
1f21f399ab
CLOUDSTACK-7840: UI control tip for 'Add Primary Storage' -> 'Provider' seems wrong
...
-Removed the invalid help text.
2014-11-04 12:37:09 -08:00
Gabor Apati-Nagy
fad6c7514f
CLOUDSTACK-7838: UI - Update category names on Resources tab of a Zone -Changed wording: "Storage" -> "Primary Storage Used", "CPU" -> "CPU allocated", Memory -> "Memory Allocated"
2014-11-04 12:31:24 -08:00
Gabor Apati-Nagy
2a1793283a
CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP
...
-Removed required constraint from the IP address field (this is an optional field)
2014-11-04 12:28:24 -08:00
Jessica Wang
4d62dbb8ba
CLOUDSTACK-7384: UI > Instances > detailView > change service offering option > hide it when VM state is Running and hyperviror is LXC.
2014-11-04 11:35:43 -08:00
Jessica Wang
25e514a28e
CLOUDSTACK-7384: UI > Instances > detailView > change service offering option > hide it when VM state is Running and hyperviror is LXC.
2014-11-04 11:33:15 -08:00
Jessica Wang
6a28035e73
CLOUDSTACK-3212: ui > infrastructure > zones > zone > physical network > guest > network > guest ip range - listview: add gateway, netmask field.
2014-11-03 15:56:46 -08:00
Jessica Wang
207ec2574c
CLOUDSTACK-3212: ui > infrastructure > zones > zone > physical network > guest > network > guest ip range - listview: add gateway, netmask field.
2014-11-03 15:55:06 -08:00
Jessica Wang
21f39577e4
CLOUDSTACK-7826: UI - dialog widget - dependent dropdown field (dependsOn property specified) - fix a bug that default opton in dependent dropdown field didn't trigger change event handler until another option in dependent dropdown field was selected.
2014-10-31 15:33:07 -07:00
Jessica Wang
3760fdeeb4
CLOUDSTACK-7826: UI - dialog widget - dependent dropdown field (dependsOn property specified) - fix a bug that default opton in dependent dropdown field didn't trigger change event handler until another option in dependent dropdown field was selected.
2014-10-31 15:31:24 -07:00
Jessica Wang
0761d2dda8
CLOUDSTACK-7816: UI > Global Settings > add "Baremetal Rack Configuration" section.
2014-10-30 11:54:29 -07:00
Jessica Wang
b70106158c
CLOUDSTACK-7816: UI > Global Settings > add "Baremetal Rack Configuration" section.
2014-10-30 11:27:38 -07:00
Jessica Wang
8d3a9b760d
CLOUDSTACK-7809: UI > remove usage of g_mySession which is unnecessary.
2014-10-29 11:17:18 -07:00
Jessica Wang
58455c08c4
CLOUDSTACK-7809: UI > remove usage of g_mySession which is unnecessary.
2014-10-29 11:14:58 -07:00
Brian Federle
160fc13713
Project dashboard: Fix user label overflow
...
Adds text-overflow for long user names on project dashboard
2014-10-29 11:07:48 -07:00
Gabor Apati-Nagy
94b16b3bd5
CLOUDSTACK-7766: Field Validations Missing for Ingress and Egress Rules
2014-10-29 10:19:22 -07:00
Gabor Apati-Nagy
1033990e91
CLOUDSTACK-7765: Field Validations Missing for VPC IP Address Fields
2014-10-29 10:15:08 -07:00
Jessica Wang
bde0c3cfc1
CLOUDSTACK-7809: UI > remove unnecessary cookie 'timezoneoffset'.
2014-10-28 16:37:46 -07:00
Jessica Wang
0d6a277a00
CLOUDSTACK-7809: UI > remove unnecessary cookie 'timezoneoffset'.
2014-10-28 16:35:36 -07:00
Jessica Wang
4d06eef3b5
CLOUDSTACK-7809: UI > remove unnecessary cookie 'networktype'.
2014-10-28 15:30:57 -07:00
Jessica Wang
492962520e
CLOUDSTACK-7809: UI > remove unnecessary cookie 'networktype'.
2014-10-28 15:29:39 -07:00
Brian Federle
41fd7b2a5f
Fix missing localization label
2014-10-28 15:06:38 -07:00
Jessica Wang
6e8a08308b
CLOUDSTACK-7809: UI > remove unnecessary cookie 'capabilities', 'supportELB', 'kvmsnapshotenabled', 'regionsecondaryenabled', 'userpublictemplateenabled', 'userProjectsEnabled'.
2014-10-28 15:03:44 -07:00
Jessica Wang
1ea6f7dd58
CLOUDSTACK-7809: UI > remove unnecessary cookie 'capabilities', 'supportELB', 'kvmsnapshotenabled', 'regionsecondaryenabled', 'userpublictemplateenabled', 'userProjectsEnabled'.
2014-10-28 15:02:05 -07:00
Gabor Apati-Nagy
efb3287fdc
CLOUDSTACK-7764: No IP Address Validations when Adding Networks Added validations for Add Network form on IPv4 Gateway, IPv4 Netmask, IPv4 Start IP, IPv4 End IP, IPv6 Gateway, IPv6 CIDR, IPv6 Start IP, IPv6 End IP fields.
2014-10-28 14:23:57 -07:00
Gabor Apati-Nagy
985168ab4b
CLOUDSTACK-7718: No Field Validations on Zone Form
2014-10-28 14:22:51 -07:00
Gabor Apati-Nagy
7489572529
CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP
2014-10-28 14:22:14 -07:00
Gabor Apati-Nagy
70c09ed92a
CLOUDSTACK-7659: UI: Upgrade jquery-validate lib to the latest 1.13.0 version with the additional-methods included.
2014-10-28 14:20:56 -07:00
Jessica Wang
0aaa53d819
CLOUDSTACK-7796: UI > Infrastructure > zones > zone > details tab > dataProvider > remove unnecessary module check.
2014-10-28 11:31:23 -07:00
Jessica Wang
6a587646ae
CLOUDSTACK-7796: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > dataProvider > remove unnecessary module check.
2014-10-28 11:30:46 -07:00
Jessica Wang
41fb3e8579
CLOUDSTACK-7796: UI > network > detail view > data provider > remove unnecessary module check.
2014-10-28 11:30:14 -07:00
Jessica Wang
429ea8bc95
CLOUDSTACK-7796: UI > Infrastructure > zones > zone > details tab > dataProvider > remove unnecessary module check.
2014-10-28 11:28:30 -07:00
Jessica Wang
11c53f0447
CLOUDSTACK-7796: UI > Infrastructure > zone > physical network > guest > details tab > network tab > detail view > dataProvider > remove unnecessary module check.
2014-10-28 11:27:19 -07:00
Jessica Wang
26cf97e2de
CLOUDSTACK-7796: UI > network > detail view > data provider > remove unnecessary module check.
2014-10-28 11:25:56 -07:00
Jessica Wang
20fdc93a52
CLOUDSTACK-7796: UI > instances > detail view > data provider > remove unnecessary module check.
2014-10-27 16:59:13 -07:00
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
1cb218ad63
CLOUDSTACK-7780: UI > storage > volume > detail view > data provider > remove unnecessary module check.
2014-10-23 17:00:31 -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
3ccca78734
CLOUDSTACK-7779: UI > system action filter > extend scope from local to global.
2014-10-23 16:22:57 -07:00
Jessica Wang
22b0e0a2fd
CLOUDSTACK-7779: UI > affinity group action filter > extend scope from local to global.
2014-10-23 16:22:30 -07:00
Jessica Wang
5daa179a57
CLOUDSTACK-7779: UI > volume action filter, snapshot action filter > extend scope from local to global..
2014-10-23 16:21:57 -07:00
Jessica Wang
1f7ae13e44
CLOUDSTACK-7779: UI > volume action filter, snapshot action filter > extend scope from local to global.
2014-10-23 16:20:54 -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
fed5422c10
CLOUDSTACK-7777: UI > storage > volume > attach disk > virtual machine dropdown > remove unnecessary module check.
2014-10-23 14:16:13 -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
vetrivelc
4e1284147e
Fixed incorrect label issue.
...
Signed-off-by: vetrivelc <vetrivel.chinnasamy@citrix.com>
2014-10-23 13:25:20 -07:00
Jessica Wang
3db112f75c
CLOUDSTACK-5576: UI > IP Address > EnableVPN, DisableVPN: change label.
2014-10-17 14:58:51 -07:00
Jessica Wang
e796d418b4
CLOUDSTACK-5576: UI > IP Address > EnableVPN, DisableVPN: change label.
2014-10-17 14:57:51 -07:00
Jessica Wang
c10f8a10ef
CLOUDSTACK-7744: UI > Instances > detailView > Change Service Offering > show generic notification.
2014-10-16 14:50:04 -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
6239447f05
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:35:25 -07:00
Jessica Wang
7004deb528
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:34:55 -07:00
Jessica Wang
a3eaff8bb6
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:34:26 -07:00
Jessica Wang
8fb7cfae0c
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:33:49 -07:00
Jessica Wang
314a7fe62b
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:33:08 -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
1f8cf0bee4
CLOUDSTACK-7739: Add new vGPU types K160Q, K180Q, K280Q to the CloudStack UI.
2014-10-16 14:38:33 +05:30
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
340bcc60c0
CLOUDSTACK-7723: UI > Storage > detail view > add Disk Offering field.
2014-10-14 14:02:29 -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
Jessica Wang
0af0c041e9
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)
2014-10-09 13:15:03 -07:00
Jessica Wang
59e1e9bbd5
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.
2014-10-08 16:01:57 -07:00
Jessica Wang
d3af2de730
CLOUDSTACK-7661: UI > VM Wizard > Keyboard Language > send new parameter keyboard to deployVirtualMachine API call.
2014-10-08 15:02:16 -07:00
Sanjay Tripathi
123ec8b3d3
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.
2014-10-08 19:21:12 +05:30
Jessica Wang
925f30a41b
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.
2014-10-07 16:06:15 -07:00
Jessica Wang
794ee6929d
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.
2014-10-07 14:21:22 -07:00
Jessica Wang
3b704ac6f3
CLOUDSTACK-7681: UI > zone wizard > Advanced zone > hypervisor => do not support BareMetal
2014-10-07 11:00:01 -07:00
Jessica Wang
97768b2657
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.
2014-10-02 17:07:57 -07:00
Jessica Wang
53d5e8af18
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.
2014-10-02 14:43:22 -07:00
Mihaela Stoica
0646588fc6
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
2014-10-02 10:51:52 -07:00
Mihaela Stoica
ea5c8eed0c
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>
2014-10-01 21:29:20 +02:00
Brian Federle
9c56b3d4db
Undo "Revert "CLOUDSTACK-7647"
...
This reverts commit 38bd1b934e .
2014-09-30 15:05:49 -07:00
Jessica Wang
38bd1b934e
Revert "CLOUDSTACK-7647: Fix 'isReverse' checkboxes which are checked by default"
...
This reverts commit ef4b5d41b7 .
2014-09-30 12:54:16 -07:00
Brian Federle
ef4b5d41b7
CLOUDSTACK-7647: Fix 'isReverse' checkboxes which are checked by default
2014-09-29 12:58:40 -07:00
Jessica Wang
59b0103a53
CLOUDSTACK-7637: UI > fix a bug produced by 4.5 feature "template accross multiple zones" > fix it by including all properties to jsonObj.
2014-09-26 12:02:48 -07:00
Jessica Wang
cb60b0a1c0
CLOUDSTACK-7634: UI > Project Dropdown on top menu > not all projects are populated when there are more than 500 projects in database.
2014-09-25 11:29:15 -07:00
Jessica Wang
b592e0af34
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.
2014-09-24 14:25:42 -07:00
Jessica Wang
58cb5baae4
CLOUDSTACK-7601: UI > Global Settings > Baremetal Rack Configuration > populate listView by listBaremetalRct API.
2014-09-22 16:51:58 -07:00
Jessica Wang
acb68509f0
CS-21121: UI for Baremetal RCT - (1) Global Settings > add new option "Baremetal Rack Configuration" in Select view dropdown. (2) implement "Add Baremetal Rack Configuration" action.
2014-09-22 16:18:28 -07:00
Pierre-Luc Dion
fe2e9a1c5d
CLOUDSTACK-401: add missing file format in docs.js
2014-09-21 15:21:17 -04:00
Gabor Apati-Nagy
dbb70fadc0
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>
2014-09-19 09:48:39 -07:00
Gabor Apati-Nagy
30611be15a
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>
2014-09-19 09:45:49 -07: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
Jessica Wang
c2c511efcd
CLOUDSTACK-6694: UI > VPC section > Internal LB tier > Intenral LB > select an internal LB from listing > Details tab > Assigned VMs tab > Assign VMs > change to use vmidipmap parameter instead of virtualmachineids parameter when calling assignToLoadBalancer API.
2014-09-05 13:36:20 -07:00
Jessica Wang
78ce5ea2d3
CLOUDSTACK-7490: UI > Templates menu (listing) > select a template from listing > Details tab > Zones tab (listing) > select a zone from listing > Details tab > fix a bug that wrong "template+zone" combination was shown.
2014-09-04 14:24:15 -07:00
Jessica Wang
659eafffe1
CLOUDSTACK-7483: UI > instance page, template page > hide "Original XS Version is 6.1+" field when OS Type is not Windows since property jsonObj.details.hypervisortoolsversion only applies to Windows - case sensitive when comparing OS Type.
2014-09-03 16:48:58 -07:00
Jessica Wang
801a98617c
CLOUDSTACK-7483: UI > instance page, template page > hide "Original XS Version is 6.1+" field when OS Type is not Windows since property jsonObj.details.hypervisortoolsversion only applies to Windows.
2014-09-03 15:13:14 -07:00
Jessica Wang
5e55b6b478
CLOUDSTACK-7480: UI > instance page > change "XenServer Tools Version 6.1+ field" to "Original XS Version is 6.1+" because what the field really presents is the original XenServer version when a VM is initially created.
2014-09-03 11:37:34 -07:00
Brian Federle
f9450cc118
CLOUDSTACK-6694: WIP: Add front-end for internal LB subselect
2014-09-02 13:56:18 -07:00
Gabor Apati-Nagy
c200ada863
CLOUDSTACK-7463: UI: Domain Admin UI shows 'Add LDAP Users' button (should not be shown)
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2014-09-02 16:09:38 +05:30
Kishan Kavala
94ab397904
CLOUDSTACK-7429: Allow LXC hypervisor for advance zone with SG hypervisor dropdown
2014-09-01 10:24:11 +05:30
Jessica Wang
bea73e511e
CLOUDSTACK-7454: UI > zone wizard > Hyper-V > primary storage/secondary storage > move SMB Domain field to be on top of SMB Username field.
2014-08-28 16:19:53 -07:00
Rohit Yadav
e6ec51e12a
ui: refactor and use a unified unboxing helping method in cloudStack.js
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-28 19:45:22 +02:00
Rohit Yadav
a364054db6
Minor fixes
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-28 19:45:21 +02:00
Rohit Yadav
9b1a6dac4a
ui: Unbox extra quotes from sessionKey cookie value
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-28 19:45:21 +02:00
Jessica Wang
3d5c217c8d
CLOUDSTACK-7451: UI > create network offering > when VpcVirtualRouter is selected as service provider, show System Offering for Router dropdown.
2014-08-27 15:33:13 -07:00
Jessica Wang
21ff99b0ae
CLOUDSTACK-7450: UI - dashboard - pass &pageSize=1&page=1 to listXXX API calls that are for getting total number of items.
2014-08-27 14:20:51 -07:00
Brian Federle
26904d1a2b
CLOUDSTACK-5952: Add 'VM IP Address' field to IP detail view
2014-08-26 14:38:55 -07:00
Brian Federle
e7e6b7233b
CLOUDSTACK-4046: Fix global settings CSS
...
-Truncate key/name field to prevent long strings from stretching the
table width beyond the container bounds.
-Update min-width for truncated fields for better compatibility
2014-08-26 14:17:54 -07:00
Jessica Wang
5b221c2126
CLOUDSTACK-7435: UI > instance page > assign instance to another account > fix an error "TypeError: json.virtualmachine is undefined [Break On This Error] var item = json.virtualmachine.virtualmachine;" that showed after the action is clicked.
2014-08-26 14:04:43 -07:00
Brian Federle
eee93aef3d
CLOUDSTACK-7339: Fix missing delete host action
...
Restore hidden remove host action, caused by misplaced preFilter
function
2014-08-26 14:02:39 -07:00
Brian Federle
e8e496187c
Instance wizard: Add 'deployVirtualMachine' event hook
...
For UI plugin development, add new event
'cloudStack.deployVirtualMachine'
-- This passes the wizard form data and all parameters that will be
passed to deployVirtualMachine; allows plugin to extend data to pass
additonal data automatically (i.e, custom form fields)
2014-08-26 13:37:11 -07:00
Brian Federle
79c335f60c
Add cluster: Fix blank row being added; remove useless notification poll
2014-08-26 13:05:07 -07:00
Daniel Vega
233445ed68
CLOUDSTACK-6998: GloboDNS, Integration with external DNS Provider
...
This is a feature to handle DNS entries by means of an external DNS Provider,
such as Bind. These entries include DNS domains and reverse domains, VM records
and reverse records.
For a complete description, please refer to the design document available at
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Bind+and+PowerDNS+integration+by+Globo+DNSAPI
For the discussion about this feature on the dev mailing list, please refer to
http://markmail.org/thread/fvwf36hpxotiibka
Summary:
- new Network Service Provider called GloboDNS
- new Network Element to manage network domains and VM records (entries) on an external API
- new Network Resource to communicate with GloboDNS (open source)
- new API command to add DNS server
- new global option to determine if this provider should override VM entries on external DNS server
- changes in UI to include GloboDNS in Providers list
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-21 11:54:44 +02:00
seif
4e5dc59218
Support a new control for storage tags on the Add Compute Offering and Add Disk Offering windows
2014-08-19 18:03:48 -06:00
seif
c319c0b3e0
Make using a hint (or no results) text more flexible
2014-08-18 15:07:03 -06:00
seif
f2781a5ce3
Update the hint appropriately
2014-08-18 12:48:14 -06:00
seif
aadb5f4ad5
GUI modifications related to host tags
2014-08-17 23:44:35 -06:00
seif
fd6d083ad6
GUI changes to leverage a new control for storage tags
2014-08-17 17:18:51 -06:00
Mihaela Stoica
f212aa57c3
CLOUDSTACK-7293: UI: Fixed localization issues on the login page
...
- Reverted the validator.messages to the original values (jquery.validator.js).
- Added a function to localize validator.messages which is called before login.
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-08-15 10:51:28 -07:00
Mihaela Stoica
3bcd22bdaf
Added the ability to show warning (exclamation mark) icon on confirmation dialogs.
...
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-08-14 14:04:22 -07:00
Mike Tutkowski
a698daafff
Handle case where no storage tags exist yet
2014-08-13 10:54:10 -06:00
Brian Federle
cf8a00cbfd
Quickview: Fix action error handling not removing loading state
2014-08-12 15:20:56 -07:00
seif
9d776f4f2c
GUI changes to leverage a new control for storage tags
2014-08-12 14:41:22 -06:00
Brian Federle
d9fcb87730
CLOUDSTACK-6590: Fix view all link for multi-item detail view
...
-- Specifically, this fixes issue where secondary IP 'view all' link was
not displaying, due to a change in the rows' CSS naming conventions
in the widget.
2014-08-12 13:20:54 -07:00
Mihaela Stoica
af37743045
CLOUDSTACK-7302: UI: Remove Hover Interaction from breadcrumbs at top page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-12 11:36:45 -07:00
Jessica Wang
d1f6d75426
UI > Infrastructure > Add Primary Storage > use custom function if it's available.
2014-08-08 14:09:17 -07:00
Mihaela Stoica
57f611df16
CLOUDSTACK-6695: Added support to the UI for uploading a chain of certificates
...
In the "SSL Certificate" dialog we added:
- new field for the root certificate;
- a button to add intermediate certificates if necessary; when this is pressed, a new field, called "Intermediate certificate 1" is added; pressed again, "Intermediate certificate 2" field is added, and so on.
We upload the certificates in order: first the root certificate (with id=1), then the intermediate certificates (with id=2,3,..) and finally the server certificate.
When uploading a certificate, we wait for the upload to be completed successfully and only then we proceed to uploading the next one. If one fails, we report failure and don't continue with the remaining.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-08 10:57:12 -07:00
Jessica Wang
74847dce47
UI > dialog widget > text field > set default value > pass context to function(){}.
2014-08-07 18:55:52 -07:00
Brian Federle
4d952d0a09
createForm, dyanmic input type: Pass in context
2014-07-31 15:32:18 -07:00
Rajani Karuturi
32e8fda965
Fixed CLOUDSTACK-6980: UI for RegisterTemplate API does not expose requireshvm parameter
2014-07-28 11:20:04 -07:00
Rajani Karuturi
f1039b782e
Fixed CLOUDSTACK-5212: [UI]Need Support for the LXC for the Report sockets
2014-07-28 10:48:03 -07:00
Mike Tutkowski
4746f93038
Update to volume-resize logic
2014-07-25 12:55:59 -06:00
Kishan Kavala
6d1d445542
CLOUDSTACK-7141: UI: support RBD pool type for LXC
2014-07-24 12:40:52 +05:30
Ritu Sabharwal
628d8e66f7
CLOUDSTACK-6823 : First code drop for Brocade Network plugin to orchestrate Brocade VDX switches for L2 connectivity
...
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2014-07-23 11:11:18 +02:00
Suresh Ramamurthy
03de9cc335
CLOUDSTACK-6845 : NuageVsp Network plugin
...
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2014-07-21 10:49:49 +02:00
Brian Federle
2a01fd4c51
Quick view: remove extra padding area
...
Remove extra 'buffer zone' around quick view tooltip. This was
causing misleading behavior in some cases, due to the cursor being
hovered over a different row while another row's quick view was
still open
2014-07-17 11:42:32 -07:00
Jessica Wang
854f6ce3ee
UI > network > Edit Network action > not pass networkdomain parameter to updateNetwork API when input field is empty.
2014-07-15 16:19:23 -07:00
Brian Federle
b58371e520
List view: Fix action pre-filter for multiselect actions
...
Evaluates pre-filter for individual actions (i.e., when action.preFilter is specified)
every time a multi-select row is checked orunchecked. This allows multi-select
actions to be shown/hidden on a per-row basis.
2014-07-15 13:30:56 -07:00
Brian Federle
36e5cc2b6a
Fix for non-grouped detail view
...
Fix issue where non-grouped detail page (i.e., instances stats page)
doesn't load due to the fields being passed as an object, not an array.
2014-07-14 15:49:07 -07:00
Jessica Wang
87effa40ea
UI > IP Address > hide EnableVPN option on acquired IP.
2014-07-11 13:46:29 -07:00
Brian Federle
ab8036b766
List view: View subselect on infinite scrolling
...
Fixes issue where outdated context is passed to subselect's data provider
when infinite scroll event loads more data items. Now, context is derived
from DOM data directly instead of in the args.
2014-07-10 16:43:31 -07:00
Brian Federle
ad051e8504
List view: Fix infinite scrolling
...
Fixes condition where, on 'refresh' of list view, infinite scrolling no longer
works due to leftover state prior to refresh. Now page # and end-of-list
indicator are stores in DOM object, for easier cleanup
2014-07-02 16:02:52 -07:00
Brian Federle
667347d17e
List view: Fix issue with multiple selection actions
...
Fixes issue where duplicate and/or incorrect list view entries were
being passed due to list view object not being referenced relatively for
multi-select actions, causing more than one list being passed at times.
2014-07-01 11:44:38 -07:00
Mike Tutkowski
e6f8833b95
Allow commas in the input of bytes and IOPS when editing a storage pool
2014-06-30 10:39:21 -06:00
seif
9a27f201b0
Enable primary storage to be added that is based on non-default storage plug-ins
2014-06-26 23:49:23 -06:00
Gabor Apati-Nagy
5c36fe84b6
CLOUDSTACK-6732: Fix:[OVS][UI] Network Service Providers page displays two ovs providers
2014-06-26 11:40:35 -07:00
Mike Tutkowski
06d3043954
Submitted on behalf of Vetri for Review Request 23008
2014-06-26 10:54:27 -06:00
Mike Tutkowski
c344693e48
Inform the applicable storage plug-in's life cycle that capacity (bytes and/or IOPS) can be updated
2014-06-24 14:39:57 -06:00
Daan Hoogland
c79ab570b0
Revert "CLOUDSTACK-6967: Initial OVM3 drop"
...
This reverts commit 8a485b9b59 .
2014-06-24 10:24:01 +02:00
Funs
8a485b9b59
CLOUDSTACK-6967: Initial OVM3 drop
...
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
(cherry picked from commit ed47763e25 )
Conflicts:
api/src/com/cloud/network/NetworkService.java
api/src/org/apache/cloudstack/api/ApiConstants.java
api/src/org/apache/cloudstack/api/command/admin/usage/AddTrafficTypeCmd.java
engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/SnapshotObject.java
plugins/pom.xml
server/src/com/cloud/network/NetworkServiceImpl.java
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
server/test/com/cloud/vpc/MockNetworkManagerImpl.java
ui/scripts/docs.js
2014-06-23 12:39:10 +02:00
Brian Federle
bc4be5272b
Detail view: support per-action filtering
...
Adds support for adding preFilter on a per-action basis, to assist in
plugin development. If action.preFilter function is passed, and returns
true/false, the action is shown/hidden. If no preFilter is specified,
then the action will be passed through the detail view's standard filter.
Example:
testAction: {
label: 'Test Action',
...
preFilter: function(args) {
return false; // Action will be hidden
},
...
}
2014-06-18 14:02:16 -07:00
Jessica Wang
dbbc6d42fd
CLOUDSTACK-6936: UI - (1)dialog widget > dropdown field > provide a blank option if there is no data for option(s) in a dropdown field. (2) Add Primary Storage dialog - cluster dropdown field - still calls args.response.success() when there is no data for option(s).
2014-06-18 12:23:10 -07:00
Brian Federle
6fcd4fbe7b
List view: Pass ID to action pre-filters
2014-06-18 11:52:06 -07:00
Brian Federle
04b1e31682
List view, multiSelect: Fix issue where $listView isn't always referenced
2014-06-16 14:11:56 -07:00
Brian Federle
8cf5192a6f
List view, multiselect: Only reference elements relative to $listView
2014-06-16 14:07:29 -07:00
Jessica Wang
3a3a3902b7
UI - modules - replace addExtraPropertiesIfDrModuleIncluded() with cloudStack.dr.sharedFunctions.addExtraProperties().
2014-06-13 16:44:15 -07:00
Jessica Wang
3acebf230c
CLOUDSTACK-6852: UI - modules - remove variable drModuleIncluded.
2014-06-13 15:21:16 -07:00
Anshul Gangwar
7ea3930ae9
CLOUDSTACK-6867: Added option to upload the volume in VHDX format
2014-06-13 13:26:16 +05:30
Brian Federle
cd17061916
Detail view: Cleanup old tab content on change
...
Add event handler on tab change to remove all old tab content. This prevents
potential conflicts with referencing widget data caused by old content laying
around.
2014-06-12 13:33:21 -07:00
Jessica Wang
37aabd1998
CLOUDSTACK-6602: UI - VPC - createNetworkACL - fix a bug that caused wrong value being passed to action parameter in API call.
2014-06-11 16:10:56 -07:00
Jessica Wang
fa3bda143f
CLOUDSTACK-6889: UI - create network offering - to reduce API call size, not pass any parameter whose value entered on UI happens to be the same as its default value at server-side.
2014-06-11 11:18:38 -07:00
Jessica Wang
9334f26084
CLOUDSTACK-6889: UI - create network offering - remove non-needed parameters from API call whose size might exceed limit in some cases.
2014-06-10 14:29:19 -07:00
Jessica Wang
044c5e0eee
CLOUDSTACK-6852: UI - modules - add DR fields to volume detailView, network detailView, zone detailView.
2014-06-09 11:43:20 -07:00
Tim Mackey
a8212d9ef4
Cleanup of Xen and XenServer terms. Cloned xen plugin creating a xenserver plugin, then removed xen plugin
...
Signed-off-by: Tim Mackey <tmackey@gmail.com>
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2014-06-07 04:50:23 -04:00
Jessica Wang
36ec16e4f5
CLOUDSTACK-6852: UI - modules - (1) add new shared function addExtraPropertiesIfDrModuleIncluded(). (2) add DR fields to Instances detailView.
2014-06-06 15:18:46 -07:00
Jessica Wang
ea196a4ffc
CLOUDSTACK-6858: UI - remove obsolete variable rootAccountId whose value is no longer 1.
2014-06-06 13:30:13 -07:00
Jessica Wang
a8a853e322
CLOUDSTACK-6852: UI - modules - add global variable drModuleIncluded.
2014-06-06 13:29:53 -07:00
Jessica Wang
4b4fb1ac90
CLOUDSTACK-6852: UI - attach volume action - VM dropdown - populate options based on whether module is included and whether service is enabled.
2014-06-05 13:49:19 -07:00
Jessica Wang
f2a8082a43
CLOUDSTACK-6852: UI - add sharedFunction isModuleIncluded().
2014-06-05 13:48:51 -07:00
Brian Federle
2ac0013505
List view: multi-select actions: Show loading icon during action
2014-06-05 12:29:20 -07:00
Brian Federle
c312aa95c2
List view->Detail view: Add new parameter 'noPanelView'
...
Adds 'noPanelView' option for detail view connected to list view. When
specified, don't support opening the detail view in a new browser pane (i.e.,
only render quickview).
2014-06-03 11:25:57 -07:00
Brian Federle
0b5163f8cf
Tree view: Add event hook on sub-item removal
2014-05-29 14:02:47 -07:00
Jessica Wang
9f4d464640
CLOUDSTACK-6805: UI > create account > fix a bug that account creation failed when password contains # character.
2014-05-29 12:58:47 -07:00
Brian Federle
e656fd67a0
Tree view: Add event hook on sub-item creation
2014-05-29 12:53:36 -07:00
Brian Federle
8a6926606e
Treeview widget: Fix condition where browser is not present
2014-05-28 14:55:37 -07:00
Brian Federle
53ba037f86
Detail view: Fix case where view all link referenced wrong details object
2014-05-28 11:41:51 -07:00
Jessica Wang
021a604493
CLOUDSTACK-6789: UI > User page > fix a bug that a domain-admin was unable to delete other domain-admin in the same domain.
2014-05-27 15:45:53 -07:00
Jessica Wang
af8e83b410
CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature.
...
This reverts commit d36c731f79 .
2014-05-27 11:41:11 -07:00
Gabor Apati-Nagy
9fa9e3aaff
CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs
2014-05-23 10:58:17 -07:00
Brian Federle
c769b32e70
List view: Support rendering data cells as a list
...
If array is passed in field data, render the table cell as a list.
Example:
dataProvider: function(args) {
args.response.success({ data: [ fieldA: ['i1', 'i2', ...] ] })
}
2014-05-22 15:10:33 -07:00
Jessica Wang
d36c731f79
CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature.
2014-05-21 17:22:15 -07:00
Jessica Wang
96f092a0a9
CLOUDSTACK-6729: UI - create compute offering/create disk offering - determine whether to pass certain data to API comamnd upon isCustomized checkbox/isPublic checkbox's value.
2014-05-20 15:51:35 -07:00
Brian Federle
2c54e5e2c5
Detail view: Slice (clone) fields array to prevent duplicate fields
2014-05-16 08:27:03 -07:00
Brian Federle
3ab526433c
Detail view: Add event hook on field creation
2014-05-16 08:20:48 -07:00
Sanjay Tripathi
35cd61c463
CLOUDSTACK-6649: CS is not giving the system-wide capacity for GPU reosurce.
2014-05-14 15:05:28 +05:30
Jessica Wang
d7291e5200
CLOUDSTACK-6379: UI > fix a bug that domain admin failed to be created when current login doesn't have visibility to root domain object.
2014-05-12 15:37:42 -07:00
Gabor Apati-Nagy
58d913c25d
CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service.
2014-05-12 13:56:05 -07:00
Jessica Wang
7ae8dc8fbd
Revert "CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs"
...
This reverts commit 348fb7bcb6 .
2014-05-12 12:26:37 -07:00
Gabor Apati-Nagy
348fb7bcb6
CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs
2014-05-12 11:40:24 -07:00
Jessica Wang
f2d9d71844
CLOUDSTACK-6626: UI - fix a bug that g_userid was not declared.
2014-05-09 13:19:35 -07:00
Jessica Wang
23c7a893e3
CLOUDSTACK-6589: UI > update ssl certificate > correct typo in success message - correct it from "Update SSL Certiciate succeeded" to "Update SSL Certificate succeeded"
2014-05-06 18:18:31 -07:00
Jessica Wang
c2c99dc1f6
CLOUDSTACK-6483: UI > Load Balancing > "VM+IP" listing > After removing a "VM+IP" under a LB rule, AddVMs dialog should reflect the change (i.e. show the removed IP in IP dropdown in AddVMs dialog)
2014-05-05 13:47:01 -07:00
Dariusz Nejbauer
41684505d6
CLOUDSTACK-3932: UI: Fix Truncation issue in secondary storage URL
...
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-05-05 12:15:37 -07:00
Sanjay Tripathi
6c44c0661d
CLOUDSTACK-6479: Strict and Preferred modes should only be allowed in Implict Dedication Planner Service Offerings.
2014-05-05 14:26:44 +05:30
Brian Federle
4f45c972c3
CLOUDSTACK-6438: Filter out existing IPs in dropdown
2014-05-01 15:40:47 -07:00
Brian Federle
9885cf4fb0
CLOUDSTACK-6438: WIP: Add filtering to check against existing IPs
2014-05-01 15:40:47 -07:00
Brian Federle
1ad532f57e
CLOUDSTACK-6438: WIP: If VM has additional IPs, keep showing in add screen
2014-05-01 15:40:47 -07:00
Rajani Karuturi
f4779b4d0c
Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account
...
Conflicts:
api/src/com/cloud/user/AccountService.java
plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapCreateAccountCmd.java
plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapImportUsersCmd.java
Signed-off-by: Koushik Das <koushik@apache.org>
2014-04-29 14:49:06 +05:30
Nitin Mehta
1d45b75298
CLOUDSTACK-6499:
...
Made changes so that uploading custom certificate works for ssvm.
1. Reboot ssvm only when private key is passed meaning the server cert is passed. This is because while uploading the server cert is the last to be uploaded. And we want to propagate the entire chain once uploading is done.
2. Change the SecStorageSetupCommand sent to ssvm so that it also carries the root cert apart from having the chain and the server cert and key.
3. Change ssvm agent code to be able to configure root cert to the java key store.
4. Change ssvm configure ssl script to insert the chain certs correctly.
5. Fix order of chain certificates for apache webserver in SSVM
6. Remove double encoding and decoding for uploadCustomCertificate API from UI and server code respectively, so that API call without UI works fine
7. Java 1.7 - disable using SNI since copyTemplate doesnt work for SSL.
2014-04-24 17:27:02 -07:00
Gabor Apati-Nagy
156b08af5f
CLOUDSTACK-6255
...
UI for supporting region level VPC, distributed routing enabled VPC and
stretched L2 neworks
2014-04-24 15:05:59 -07:00
Brian Federle
5335ae7753
List view, dialog VM select: Widen name field to better fit IP subselect box
2014-04-24 11:30:20 -07:00
Jessica Wang
aabe6f2baf
CLOUDSTACK-6487: UI > Add LDAP Account - fix a bug that a LDAP account that does not have email and all LDAP accounts below it are missing from the listing.
2014-04-23 17:07:00 -07:00
Jessica Wang
ee461f0c68
CLOUDSTACK-6477: UI - Load Balancing - add VMs => fix error 'Unable to decode parameter vmidipmap[0].vmip[]; if specifying an object array, please use parameter[index].field=XXX, ~ '
2014-04-23 15:00:13 -07:00
Sanjay Tripathi
5eaf3be44a
CLOUDSTACK-6447: Grid K120Q and K220Q vGPU types are missing in create service offering menu.
2014-04-18 13:49:26 +05:30
Brian Federle
4c4cfe5e13
Create form: Store passed JSON object in select options, for plugin use
2014-04-17 15:52:56 -07:00
Mihaela Stoica
f3cf85bb62
CLOUDSTACK-6233: Add new tab "GPU" in Host detailView for gpu enabled hosts
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 16:09:41 +05:30
Mihaela Stoica
3fbac14aa9
CLOUDSTACK-6393: Add gpu details in Compute Offering detail view
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 16:09:41 +05:30
Mihaela Stoica
7c02a996f7
CLOUDSTACK-6394: Add gpu details in "Add Compute Offering”
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 16:09:40 +05:30
Brian Federle
e35bec515f
CLOUDSTACK-6342: UI changes for secondary IP on LB rules
...
This is front-end only; API call changes still need to be done.
2014-04-15 14:42:11 -07:00
Chris Suich
a3bfda1350
Fixed issue with labels being displayed in dialog
...
CLOUDSTACK-6368
2014-04-12 11:17:30 -04:00
Chris Suich
8bca77580a
Fixed 'label.path' being displayed in zone wizard
...
CLOUDSTACK-6372
2014-04-12 11:17:30 -04:00
Chris Suich
ea29adb7b9
CLOUDSTACK-5785: VM display name cell not updated upon detaching volume from VM
2014-04-10 22:27:41 -04:00
Jessica Wang
afcf6d041d
CLOUDSTACK-6380: UI > hosts page > add new action "Disable Host", "Enable Host".
2014-04-10 13:58:10 -07:00
Marcus Sorensen
11f5bdd78d
CLOUDSTACK-6191 Add support for specifying volume provisioning
...
type (thin, sparse, fat) in disk/compute offerings.
Submitted-by: Yoshikazu Nojima <mail@ynojima.net>
Reviewed-by: Marcus Sorensen, Mike Tutowski
2014-04-10 09:23:04 -06:00
Jessica Wang
ad60eed4a9
CLOUDSTACK-6342: UI - Load Balancing page - LB rules - VM + IP Address - fix a bug that vmidipmap was not sent to API.
2014-04-08 15:37:31 -07:00
Jessica Wang
b80a71ccb9
CLOUDSTACK-6342: UI - Load Balancing page - LB rules - VM + IP Address - remove action - pass vmidipmap instead of virtualmachineids to removeFromLoadBalancerRule API where IP Address is specified for this VM under this LB rule.
2014-04-08 14:05:22 -07:00
Jessica Wang
14f27997dc
CLOUDSTACK-6342: UI - Load Balancing - LB rule listing - pass lbvmips=true to listLoadBalancerRuleInstances API and display "VM + IP Address" under each LB rule.
2014-04-08 11:13:09 -07:00
Sanjay Tripathi
2ae9da8d47
CLOUDSTACK-6357: Not able to select GPU card in case of GPU-passthrough.
2014-04-08 22:10:09 +05:30
Jessica Wang
781b7eec3f
CLOUDSTACK-6342: UI changes for feature use secondary IP address of NIC in Load balancing.
2014-04-04 15:32:43 -07:00
Brian Federle
28aa9001c5
Instance wizard UI: Pass data for multi-disk service offerings
2014-04-03 14:52:33 -07:00
Jessica Wang
c6190a1c62
CLOUDSTACK-6335: UI - Acquire IP dialog - show/hide "cross zones" checkbox upon portableipserviceenabled property of the current region instead of Local region.
2014-04-03 14:36:16 -07:00
Brian Federle
e812b7551d
Remove commented-out-code
2014-04-03 14:00:24 -07:00
Brian Federle
a82a1299ec
WIP: Instance wizard UI: Support multi-disk offerings
...
Adds front-end support to instance wizard UI for service offerings
supporting multiple disks.
The UI changes will show if a list 'multipleDisks: []' is passed with
the disk offering data options.
2014-04-02 16:28:15 -07:00
Gabor Apati-Nagy
883d7f17f7
Value of Global parameter "custom.diskoffering.size.min" is not reflected in UI during new instance creation.
...
Added fields to /api and /server classes for CustomDiskOfferingMinSize
to be available in CapabilitiesResponse. Fixed UI code in Instance
Wizard to have this config value as the minimum selectable option when
we are in custom disk size mode.
2014-04-01 10:57:36 -07:00
Anshul Gangwar
24820d20d3
CLOUDSTACK-6288: Changing default ImageFormat to vhdx for hyper-v and allowing registration of vhdx format templates.
...
Signed-off-by: Devdeep Singh <devdeep@gmail.com>
2014-04-01 14:00:24 +05:30
Brian Federle
9b16a6dfdc
CLOUDSTACK-6227: Don't show API/secret key fields in quickview
2014-03-28 10:25:06 -07:00
Gabor Apati-Nagy
e65d6bd3a8
CLOUDSTACK-6227 (Add copy-paste support for detail view fields):
...
DetailView widget now supports bool isCopyPaste property that can be set
for fields. If this is set to true, the text of this field is displayed
using ellipsis formatting* and a copy-paste icon is available right next
to it. On clicking this icon, the full text is displayed
*: tooltip is also enabled showing the original non-ellipsed value
2014-03-28 10:15:19 -07:00
Jessica Wang
8c8853e0e2
CLOUDSTACK-6296: UI > If an account's timezone is not set, show datetime field based on browser's timezoneoffset.
2014-03-27 14:12:19 -07:00
Brian Federle
d60af6862c
UI: Update tooltips for primary storage, upload volume fields
2014-03-27 11:00:12 -07:00
Anshul Gangwar
e3e452625e
CLOUDSTACK-6267: unblocking smb as zone wide primary storage for hyperv
...
Signed-off-by: Devdeep Singh <devdeep@gmail.com>
2014-03-27 16:24:40 +05:30
Brian Federle
93a2340516
Instances UI: Truncate name, displayname fields to prevent overflow
2014-03-25 15:49:07 -07:00
Mike Tutkowski
578e500bc2
CLOUDSTACK-6170 (when the "No Thanks" radio button is selected, remove controls related to custom size and custom IOPS)
2014-03-22 19:41:34 -06:00
Jessica Wang
7b817a2ad9
CLOUDSTACK-6272: UI > Instance > actions > replace internal action name "restore" with "recover", "reset" with "reinstall".
2014-03-21 14:49:33 -07:00
Brian Federle
15729f342c
CLOUDSTACK-6272: Fix recover/restore VM actions
...
-Label recoverVirtualMachine as 'Recover VM'
-Label restoreVirtualMachine as 'Reinstall VM'
-Change confirmation text for restoreVirtualMachine to be more explicit
-Change restoreVirtualMachine icon to 'recycle' symbol, to avoid
confusion with the reboot VM icon
2014-03-21 13:28:52 -07:00
Mihaela Stoica
7008f2713b
UI: Applied localization function to labels on Zone Chart page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-03-20 10:57:06 -07:00
Brian Federle
f34f001371
Fix incorrect context being passed to hosts->instances section
...
Fixes issue where, if an action is being performed from the quick view in the
'Instances' section, the old context will be passed when viewing instances in
the 'hosts' section, causing all instances to be displayed. This was caused
by the quickview tooltip still being in the DOM, even after closing it by
clicking an action.
2014-03-18 14:31:28 -07:00
Mike Tutkowski
d55c4dd804
CLOUDSTACK-6170
2014-03-14 23:47:20 -06:00
Sanjay Tripathi
bc4c8052fd
findbugs: impossible cast in CreateServiceOfferingCmd file.
2014-03-13 15:04:18 +05:30
Jessica Wang
e7ad33c456
CLOUDSTACK-6229: UI > Delete Host action > if hypervisor is XenServer, display 'The host has been deleted. Please eject the host from XenServer Pool'.
2014-03-11 15:15:17 -07:00
Jessica Wang
415e4bffd6
CLOUDSTACK-6226: UI > multi widget > dropdown field > translate option value.
2014-03-11 11:19:00 -07:00
Sanjay Tripathi
c7d31fe288
CLOUDSTACK-4760 : Enabling GPU support for XenServer.
...
CLOUDSTACK-4762 : Enabling VGPU support for XenServer.
This feature is to enable the GPU-passthrough and vGPU functionality,
with the help of this feature, admins/users will be able to leverage
the GPU graphics unit power by deploying a virtul machine with GPU or
vGPU support or by changing the service offering of an existing VM
at any later point of time. There GPU/vGPU enabled VMs are able to run
graphical applications.
For now, this feature is only supported with XenServer hypervisor but
can be extended to add the support of other hypervisors.
2014-03-11 15:44:51 +05:30
Mike Tutkowski
c427e8db1c
CLOUDSTACK-6170
2014-03-07 15:38:50 -07:00
Mike Tutkowski
9b66866dc2
CLOUDSTACK-6170
2014-03-06 13:01:11 -07:00
vetrivelc
182c31899b
Externalized the hardcodedstrings from UI JAVASCRIPT files.
2014-03-05 14:11:51 -08:00
Brian Federle
e1e554277a
UI Dialog: Was passing wrong field data for makeFields event
2014-03-05 13:34:48 -08:00
Mike Tutkowski
b06e66c50a
CLOUDSTACK-6170
2014-03-05 13:55:12 -07:00
Brian Federle
8b0e04be61
Dialog: Trigger event when createform fields are being drawn
...
Trigger new event 'cloudStack.createForm.makeFields'
before field params are being passed to createForm for rendering.
This allows plugins to change and intepret fields before they are drawn.
2014-03-04 16:11:26 -08:00
Jessica Wang
d71483f771
BUG-ID: CS-19426: UI > VPC > VM Wizard > change to send ipToNetworkList parameter instead of networkIds parameter to deployVM API.
...
Reviewed-by: Brian
2014-03-03 11:49:42 -08:00
Brian Federle
0d688fec73
VM wizard: Add specify IP field when in VPC flow
2014-03-03 10:52:53 -08:00
Gabor Apati-Nagy
477902379e
Fix CLOUDSTACK-4563: Initial zone wizard UI label issue
2014-03-03 10:19:03 -08:00
Jessica Wang
d5dc6aab61
CLOUDSTACK-6190: UI > VM Wizard > select network step > support specifying IP Address for every network. Change to use ipToNetworkList parameter instead of networkIds parameter of deployVM API.
2014-02-28 14:58:18 -08:00
Brian Federle
c93b2fa605
UI dialog: Add event trigger on form creation, to aid in plugin development
2014-02-28 14:21:59 -08:00
Brian Federle
d896aedccd
LDAP Account Wizard: cleanup layout
...
-Fix table column sizing
-Add ellipses/alt tags to fields to help overflow
2014-02-28 08:36:25 -08:00
Brian Federle
56684a52bc
UI: VM wizard: Fix specify IP field when new network is unchecked
2014-02-27 14:50:03 -08:00
Brian Federle
ecdd0e1027
UI: VM wizard: Add specify IP field to new network area
2014-02-27 14:16:32 -08:00
Brian Federle
4dad376f98
UI: Make sure notification box is removed on session expire
2014-02-27 13:26:32 -08:00
Brian Federle
9769ab329d
UI support for specify IP in VM wizard
2014-02-27 13:15:21 -08:00
Jessica Wang
d5aed69c29
CLOUDSTACK-6162: UI > zone > physical network > service provider > OVS > match provider name "Ovs" in listNetworkServiceProviders API response.
2014-02-27 11:54:13 -08:00
Jessica Wang
f52b98b063
CLOUDSTACK-6148: UI > IP Address > load balancing > Send multiple VMs + mutliple NIC Secondary IP to new parameter "vmidipmap" of assignToLoadBalancerRule API.
...
Comment this part out until API change is in.
2014-02-26 15:08:33 -08:00
Jessica Wang
80738cce05
BUG-ID: CLOUDSTACK-6162: UI > zone > physical network > service provider > add OVS.
...
Reviewed-by: Brian
2014-02-25 12:13:31 -08:00
Niels de Vos
c02197ae86
Add Gluster to the list of protocols in the Management Server
...
Gluster can now be used for Primary Storage just like NFS. This change adds the
Gluster protocol to the Management Server:
Infrastructure -> Primary Storage -> Add Primary Storage
And also add the option to create Primary Storage on Gluster when
following the 'Add Zone' wizard from:
Infrastructure -> Zones -> Add Zone
Some screenshots and verification:
- http://blog.nixpanic.net/2013/12/using-gluster-as-primary-storage-in.html
2014-02-25 12:08:46 +01:00
Jessica Wang
c2fa24a24c
CLOUDSTACK-6154: UI > compute offerings > memory field > check if value is undefined before converting it.
2014-02-21 13:23:19 -08:00
Jessica Wang
e2b13a344a
CLOUDSTACK-6120: UI > listView widget > reorder list > drap to new position > fix a JS error "map1 is undefined".
2014-02-20 13:35:52 -08:00
Jessica Wang
e9460d23d5
CLOUDSTACK-6148: UI > IP Address > load balancing > add VM dialog > show NIC Secondary IP Address when VM is selected.
2014-02-20 12:01:38 -08:00
Jessica Wang
c93b0967ef
CLOUDSTACK-6140: UI - template - detailView - move fields that are used more often to the top.
2014-02-19 15:31:02 -08:00
Brian Federle
b01720d936
listView: Fix 'addRow' event being triggered under wrong scope
2014-02-19 14:36:23 -08:00
Jessica Wang
e1e16a2301
CLOUDSTACK-6120: UI > listView widget > sorting order > fire only one sorting API call(updateXXXXXXX&sortKey=n&id=UUID) for items who have the same UUID.
...
e.g. An Template/ISO of multiple zones have the same UUID.
2014-02-14 12:55:53 -08:00
vetrivelc
e171cb181c
Fixed-Hardcoding-Issues
2014-02-14 07:44:54 -08:00
Brian Federle
63c22a1508
Session expire: show overlay on dialog to prevent clicking in UI
2014-02-13 15:06:09 -08:00
Brian Federle
0ea93d6904
Form dialog UI: Support on cancel action
...
If args.cancel is passed to createForm widget, call it when cancel button is
clicked.
Example:
createForm: {
cancel: function() { ... },
...
}
2014-02-13 14:33:53 -08:00
Brian Federle
13bf1ec5da
Disable root disk size field -- not supported in backend
2014-02-10 11:53:07 -08:00
Devdeep Singh
306ffa0218
CLOUDSTACK-6053: While adding a primary or secondary of type smb the password wasn't
...
encoded. This cause createStoragePool or addImageStore command to fail if special
characters were present. Updated the code to pass user, password and domain as part
of details while adding primary or secondary. Also made changes on server side to
handle it.
2014-02-10 10:29:09 +05:30
Brian Federle
3384633834
Instances UI: Fix case where 'list host' is visible for stopped VM
2014-02-07 11:09:18 -08:00
Jessica Wang
04766c6d47
CLOUDSTACK-6048: UI > Infrastructure > socket > listing > (1) remove LXC, OVM.
...
(2) change XenServer label to differentiate XenServer version.
2014-02-06 16:55:39 -08:00
Brian Federle
916728634b
CLOUDSTACK-6044: Primary storage list: truncate long values
2014-02-06 09:50:41 -08:00
Jessica Wang
75757e9425
CLOUDSTACK-6031: UI > infrastructure > count > pass listAll=true to all listXXXXXXX API for counting resource.
2014-02-05 14:38:16 -08:00
Brian Federle
c2c7d33d8e
Detail view UI: Fix embedded list view actions
...
Fixes case when detail view has an embedded list view with action, that
the action is handled by detail view instead of list view, causing
unexpected behavior
2014-02-05 11:47:04 -08:00
Jessica Wang
039b1c1594
CLOUDSTACK-6026: UI > create network offering > pass serviceofferingid parameter instead of systemOfferingForRouter parameter to API.
2014-02-04 16:18:44 -08:00
Jessica Wang
d84a6937d7
CLOUDSTACK-5996: UI - In project view, the first listRotuers API(without projectid=-1) will return the same objects as the second listRouters API(with projectid=-1), because in project view, all API calls are appended with projectid=[projectID]. Therefore, we only call the second listRouters API(with projectid=-1) in non-project view.
2014-01-30 14:44:49 -08:00
Sanjay Tripathi
20fd2769a9
CLOUDSTACK-5660: Migrate vm live migration succeeds but throws error as ""Failed to migrate the system vm"".
2014-01-30 16:29:18 +05:30
Brian Federle
25d8e3d7db
Browser UI: Fix broken breadcrumb navigation
...
Fix breadcrumb navigation becoming stuck when going back a couple
levels, due to previous panels not being removed from the DOM
2014-01-28 11:54:12 -08:00
Jessica Wang
23f3047e7d
CLOUDSTACK-5970: UI > network menu > guest network section > select non-VPC isolated network with SourceNAT enabled > IP Address section > select sourceNAT IP > show Configuration tab.
2014-01-28 11:44:09 -08:00
Brian Federle
18a3d3c3b8
VM snapshots: If quiescevm is supported, make checkbox checked
2014-01-28 11:33:03 -08:00
Brian Federle
ce0dc3b306
Enable static NAT dialog search: Use 'keyword' instead of 'name'
2014-01-27 13:41:11 -08:00
Brian Federle
c4b3e4c0cc
Enable static NAT dialog: Fix search filter not working
2014-01-27 13:38:02 -08:00
Brian Federle
9f18b075a9
List view: Fix advanced search not popping up with multiple panels
2014-01-27 13:33:12 -08:00
Brian Federle
b7d6495892
Plugin API: Support multiple JS includes per plugin
...
For any plugin/module, allow including additional JS dependencies via
new plugin syntax.
To include JS files, instead of passing a function directly, pass an
array with the first element being a sub-list of the includes:
cloudStack.plugin.myPlugin = [
['file1', 'file2', 'fileN' ...], // These will be loaded before
// plugin is executed
function(plugin) { // The plugin entry point
...
}
];
-- Where each item represents a JS file relative to the plugin folder
and without the .js extension. Sub-folders are also supported, i.e.,
'subfolder/file1'
2014-01-27 12:39:36 -08:00
Jessica Wang
cb8cf1eb18
CLOUDSTACK-5614: UI - Infrastructure > Sockets > listView > (1) split "XenServer" into "XenServer 6.2.0" and "XenServer"(prior to 6.2.0).
...
(2) change label of Hyperv to Hyper-V.
2014-01-24 18:32:38 -08:00
Brian Federle
417b8e089f
VM snapshots: Only show quiescevm checkbox if hypervisor is VMware
2014-01-24 11:04:11 -08:00
Jessica Wang
09fa6e5d83
CLOUDSTACK-5889: UI > Instances > (1) change service offering action: corresonding UI change for new change of scaleVirtualMachine API (that customparameter parameter has been renamed).
...
(2) detailView: add # of CPU Cores, CPU (in MHz), Memory (in MB).
2014-01-20 16:35:02 -08:00
Jessica Wang
36920a3a3b
CLOUDSTACK-5656: UI > Network > IP Address > configuration tab > Firewall > add "State" column.
2014-01-17 12:13:06 -08:00
Jessica Wang
2e5e403e3c
CLOUDSTACK-5656: UI > Network > IP Address > configuration tab > Load Balancing > add "State" column.
2014-01-17 11:52:21 -08:00
Saksham Srivastava
06f8c1de75
CLOUDSTACK-5692: obscure passwords when using cifs as storage
2014-01-17 14:00:24 +05:30
Jessica Wang
3f359bb641
CLOUDSTACK-5889: UI > VM Wizard > corresonding UI change for new change of deployVirtualMachine API (that customparameter parameter has been renamed)
2014-01-16 14:02:11 -08:00
Sachchidanand Vaidya
0bff705621
Add L3VPN isolation method for contrail plugin
...
Signed-off-by: Sheng Yang <sheng.yang@citrix.com>
2014-01-14 13:55:35 -08:00
Brian Federle
4215d69753
Instances UI: Don't show 'view host' link if VM is stopped
2014-01-14 11:09:09 -08:00
Jessica Wang
6282e8e9ca
CLOUDSTACK-5557: UI > Network > VPC > Router > Public IP Address > fix a bug that Configuration tab was wrongly hidden.
2014-01-14 10:56:06 -08:00
Jessica Wang
5adc778d88
CLOUDSTACK-5831: UI > Volumes > take snapshot > get "quiescevm" property from listVolumes API instead of listStoragePools API since regular-user/domain-admin don't have access to listStoragePools API.
2014-01-10 16:27:37 -08:00
Jessica Wang
d76fccd8c9
CLOUDSTACK-5492: UI > Routers > Group by zone/pod/cluster/account > (1) fix a bug that requiresUpgrade wrongly showed"No" when it should show "Yes".
...
(2) detailView > add new field "Total of Virtual Routers that require upgrade".
2014-01-10 16:03:19 -08:00
Jessica Wang
96c6f6d15d
CLOUDSTACK-5614: UI > Infrastructure > Sockets > show "N/A" in Socketes column for hypervisors that don't support socket info.
2014-01-10 14:18:46 -08:00
Jessica Wang
70180d99dd
CLOUDSTACK-5614: UI > Hosts > detailView > add new field "The Number of CPU Sockets".
2014-01-10 11:27:37 -08:00
Jessica Wang
6fdebe592a
CLOUDSTACK-5656: UI > network > IP Address > configuration tab > Port Forwarding > add "State" column.
2014-01-10 10:50:28 -08:00
Jessica Wang
b090acacfa
CLOUDSTACK-5557: UI > Network > Guest Network > IP Address > fix a bug that SourceNAT IP, VPC tier IP wrongly showed Configuration tab(firewall/portforwarding/loadbalancing).
...
SourceNAT IP, VPC tier IP should not show Configuration tab(firewall/portforwarding/loadbalancing).
2014-01-10 10:49:56 -08:00
Jessica Wang
598628f517
CLOUDSTACK-5840: UI > Snapshots > create volume from snapshot dialog > add zone dropdown if region-wide secondary storage exists.
2014-01-10 10:49:18 -08:00
Jessica Wang
a2b3e3a60d
CLOUDSTACK-5840: UI > Secondary Storages > remove "prepareObjectStoreMigration" action (since prepareSecondaryStorageForMigration API has been removed from server-side).
2014-01-10 10:45:19 -08:00
Jessica Wang
7003f0b0df
CLOUDSTACK-5733: UI > Virtual Routers > group by zone/pod/cluster > remove redundant code.
2014-01-08 15:23:20 -08:00
Jessica Wang
da260d17f1
CLOUDSTACK-5733: UI > Virtual Routers > group by zone/pod/cluster: fix a bug that "Total of Virtual Routers" in first row is blank.
2014-01-08 15:19:04 -08:00
Jessica Wang
9a9de59836
CLOUDSTACK-5732: UI > Affinity Group > implement search, send keyword parameter to listAffinityGroups API.
2014-01-08 13:48:04 -08:00
Brian Federle
766dab64e8
Instance list view: Truncate long names to prevent misalignment
2014-01-08 10:37:17 -08:00
Hugo Trippaers
612a41e3f5
Add UI interface for managing the OpenDaylight provider and controllers.
...
Fix several bugs in the code related to the api handling.
Conflicts:
ui/scripts/system.js
ui
2014-01-08 17:08:37 +01:00
Hugo Trippaers
e4cb9ce8bc
Add opendaylight provider to system.js
2014-01-08 16:12:32 +01:00
Hugo Trippaers
57da2bc784
Apply two small fixes to system.js
2014-01-08 16:08:04 +01:00
Hugo Trippaers
0ba1abe262
Apply some formatting to system.js
2014-01-08 16:04:44 +01:00
Jessica Wang
4528a0c0ae
CLOUDSTACK-5808: UI > SystemVMs page > pass details=min to listHosts API to reduce response time.
2014-01-06 14:22:42 -08:00
Jessica Wang
e5283e966e
CLOUDSTACK-5771: UI > Infrastructure > SystemVMs page > listView Search > fix a bug that UI kept spinning when there was no matching result.
2014-01-03 14:56:49 -08:00
Jessica Wang
ab42f74470
CLOUDSTACK-5771: UI > Infrastructure > SystemVMs/PrimaryStorage/SecondaryStorage/Pod/Cluster/Hosts/CacheStorage page - pass keyword parameter instead of name parameter to listXXXXXXX API.
2014-01-03 14:24:32 -08:00
Jessica Wang
89945cd705
CLOUDSTACK-5527: UI > accounts page > support both "Add (non-LDAP) Account" and "Add LDAP Account" when LDAP is enabled.
2014-01-02 16:48:13 -08:00
Jessica Wang
dc0420c633
CLOUDSTACK-5698: UI > VPC > configure > Router > Network ACL Lists > implement search (i.e. pass keyword parameter to listNetworkACLLists API) when input field is not blank.
2013-12-31 15:53:51 -08:00
Jessica Wang
c1101eb695
CLOUDSTACK-5606: UI > copy template, copy ISO action > when a template/ISO to be copied is not associated with a specific zone, UI does not pass sourcezoneid parameter to API.
2013-12-30 14:52:27 -08:00
Sanjay Tripathi
a782d17caa
CLOUDSTACK-3806: OS Preference can not be set.
2013-12-30 20:01:06 +05:30
Jessica Wang
8f9342425d
CLOUDSTACK-5345: UI > Virtual Routers > Group by account > pass listAll=true to listAccounts API.
2013-12-23 12:20:42 -08:00
Jessica Wang
1e0ed7d5f8
CLOUDSTACK-5606: UI > Copy Template action, Copy ISO action is now availble to region-wide secondary storage (S3, Swift).
2013-12-23 11:34:30 -08:00
Jessica Wang
2868f36dbd
CLOUDSTACK-5612: UI > Network > Guest Networks > detailView > to distinguish between non-vpc network and vpc network(tier) easier, move VPC ID field up.
2013-12-23 10:56:12 -08:00
Brian Federle
08a69b0053
CLOUDSTACK-5544: Snapshot action filter: Remove check on volume state
...
Removes conditional check of volume state for snapshot action filter,
since it causes a null pointer when trying to access view outside the storage
section. Now only '.revertable' attribute is checked. Storage state should now
be verified at the API level only.
2013-12-20 13:48:21 -08:00
Brian Federle
932758e2ef
CLOUDSTACK-5551: Pass search 'name' field to listConfigurations UI
...
Passes search bar value (by 'name') for the settings in the following sections'
detail views:
-Account
-Primary storage
-Cluster
-Zone
2013-12-20 13:38:46 -08:00
Brian Federle
15a860d560
Add missing strings for LDAP section, S3 fields
2013-12-18 13:29:25 -08:00
Brian Federle
34174bbcbb
Add missing strings for quiesce VM, SMB fields
2013-12-18 13:10:15 -08:00
Jessica Wang
a71915c034
CLOUDSTACK-5486: UI > tags > listXXXXXXX API now returns tags property. So, use tags property in embedded object returned by listXXXXXXX API to populate tags in detailView in all pages (instead of calling extra API listTags).
2013-12-17 14:16:55 -08:00
Marcus Sorensen
95364a4022
CLOUDSTACK-5531
...
Initial support for vhd, raw, vmdk image formats on KVM. Tested all formats with local and CLVM.
2013-12-16 14:32:51 -07:00
Brian Federle
7e4407d3dd
CLOUDSTACK-5532: Tag UI: Truncate long tag key/value
2013-12-17 11:15:41 -08:00
Jessica Wang
f919441c34
CLOUDSTACK-5252: UI > Infrastructure > Virtual Routers > group by zone/pod/cluster > include project-related routers into calculation.
2013-12-16 16:30:51 -08:00
Brian Federle
caba41747d
Truncate event type column to prevent wrapping
2013-12-16 16:17:13 -08:00
Brian Federle
6ad0e4913e
CLOUDSTACK-5276: Remove wrong select column from LB/PF list select
2013-12-16 14:04:53 -08:00
Jessica Wang
420e7aed1f
CLOUDSTACK-5098: UI > VMware > during zone creation, after addVmwareDc succeeds, if addClsuter fails (e.g. because of wrong input value), zone detail page will show wrong button ("Add Vmware Datacenter") since listVmwareDcs is only called when a zone has a VMware cluster.
...
To resolve this specific use case, change UI to use listApis instead of listClusters to determine whether to call listVmwareDcs.
2013-12-13 15:51:11 -08:00
Jessica Wang
5dc1d46c6d
CLOUDSTACK-5345: UI > Infrastructure > virtual routers > group by zone/pod/cluster/account > hide Upgrade Router to Use Newer Template action when upgrade is not required (i.e. all rouster under the zone/pod/cluster/account have latest version).
2013-12-13 14:00:14 -08:00
Brian Federle
44f71f06e2
CLOUDSTACK-5477: Fix view all link breaking detail view
...
Fixes issue where 'view all' link permanently writes properties to
cloudStack namespace, causing breakage when viewing detail view from
another location.
2013-12-13 10:37:40 -08:00
Brian Federle
8821d75442
CLOUDSTACK-5480: Fix broken password confirm validation
...
Properly destroy add account dialog on close, to fix password confirm
validation pointing to wrong dialog's field.
2013-12-13 08:48:22 -08:00
Wei Zhou
880c87e704
CLOUDSTACK-5481: fix ui bug when regular user add isolated network
...
(cherry picked from commit 5cec27c858 )
2013-12-13 10:30:19 +01:00
Jessica Wang
d5fcc6ef5a
CLOUDSTACK-5345: UI > Infrastructure > virtual routers > no grouping > hide Upgrade Router to Use Newer Template action when a router has latest version (i.e. does not require upgrade).
2013-12-12 16:06:11 -08:00
Jessica Wang
9ed2c2e224
CLOUDSTACK-4793: UI > Virtual Routers > Select View > add "group by account".
2013-12-11 15:31:04 -08:00
Jessica Wang
28a4bfc559
CLOUDSTACK-5412: UI > Add Secondary Storage > NFS Server field > change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected.
2013-12-10 16:07:15 -08:00
Jessica Wang
9ea949e80c
CLOUDSTACK-5341: UI > Infrastructure > secondary storage > add secondary storage > Create NFS Secondary Staging Store checkbox > make this checkbox not disabled any more because NFS staging (of a zone) might already exist (from "NFS secondary storage => Prepare Object Store Migration => NFS staging")
2013-12-10 15:38:32 -08:00