Brian Federle
db9c97e7f4
UI cleanup
2014-11-26 11:48:27 -08:00
Daniel Vega
93f8213412
CLOUDSTACK-7915: Remove hard-coded values for Load Balancer algorithms in UI
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
(cherry picked from commit ba6dfd84702eeef0362b94068add1328db84133a)
2014-11-25 15:55:44 +05:30
Brian Federle
73087bc3ff
VM detail view: Disable 'change service offering' action per CLOUDSTACK-4200
2014-11-24 13:19:59 -08:00
Brian Federle
fff3b9eda0
Disable quickview for template zone listing
...
-- Quickviews are not supported when rendering in a list within a detail panel,
due to technical limitations.
2014-11-24 12:26:33 -08:00
Brian Federle
ebd42a8435
Fix missing 'add LDAP account' label
2014-11-21 09:16:41 -08:00
vetrivelc
66e805cba9
Fixes: Hardcoded strings externalized from various JS files.
...
Signed-off-by: vetrivelc <vetrivel.chinnasamy@citrix.com>
2014-11-21 08:02:49 -08:00
Jessica Wang
e32eec8b3e
CLOUDSTACK-7613: UI > Infrastructure > CPU Sockets > add a new row for "XenServer 6.5.0".
2014-11-19 15:12:50 -08:00
Jessica Wang
7b6f49617d
CLOUDSTACK-7943: UI > storage > volume > create template action > add "XenServer Tools Version 6.1+" checkbox. Default it as its VM's "XenServer Tools Version 6.1+" property.
2014-11-19 12:04:46 -08:00
Jessica Wang
b11380eebe
CLOUDSTACK-7943: UI > dialog widget > checkbox field > isChecked property > if isChecked property is a funciton, pass "args" along when calling isChecked() function.
2014-11-19 12:04:16 -08:00
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