Jessica Wang
9acfb2eec1
volume-upload: UI > upload template from local > after uploading file to postURL, pop up a message indicating where to check the template's newest status.
2015-01-21 14:51:53 -08:00
Jessica Wang
573a4b1e43
volume-upload: tempalates > upload template from local > format dropdown > include OVA, VMDK, BareMetal, TAR, VHDX option.
2015-01-21 13:44:22 -08:00
Jessica Wang
eb180b131d
UI > dialog widget > Allow passing custom data in POST request.
2015-01-21 12:33:16 -08:00
Jessica Wang
4e569f85eb
volume-upload: UI > upload template from local > fix a bug that fields below OS Type field (isPublic, isFeatured, ~ ) are not created.
2015-01-20 16:58:04 -08:00
Jessica Wang
68789b76d3
volume-upload: tempalates > upload template from local > format dropdown > show different options upon selected hypervisor.
2015-01-20 14:36:06 -08:00
Jessica Wang
7a3c2304a0
volume-upload: UI > templates > upload template from local > pass ispublic, requireshvm, isfeatured, isrouting parameter to getUploadParamsForTemplate API if corresponding fields are not hidden.
2015-01-20 14:00:23 -08:00
Brian Federle
e92e46aba5
Dialog uploader -> getURL(): Pass $form
2015-01-20 10:53:24 -08:00
Jessica Wang
f0b60c742b
volume-upload: UI > templates > add new action "Upload Template from Local".
2015-01-19 17:31:32 -08:00
Jessica Wang
cef4447fd4
(1) Remove UploadFile button from Register Template dialog. (2) sync latest templates.js from master branch.
2015-01-19 16:13:57 -08:00
Jessica Wang
aa9a7f50b7
Revert "Add to storage->upload volume dialog"
...
This reverts commit 8641de85d2da4d755cfe966ea5c6c3aaf4abc2b5.
2015-01-19 15:56:48 -08:00
Jessica Wang
f10709c756
Revert "Allow passing custom data in POST request"
...
This reverts commit e4d1049096152cb9fcd4b937666c8dfe8a035392.
2015-01-19 15:56:13 -08:00
Brian Federle
e4d1049096
Allow passing custom data in POST request
2015-01-19 11:35:42 -08:00
Brian Federle
8641de85d2
Add to storage->upload volume dialog
2015-01-19 11:35:42 -08:00
Brian Federle
d9a3268db6
Close dialog after upload
2015-01-16 09:24:29 -08:00
Brian Federle
f243ae135b
Add front-end file uploader
2015-01-14 11:26:38 -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