cloudstack/ui/scripts
Rohit Yadav 90cd8aa73d
server: add support for sorting zones in UI/API (#3242)
Problem: Not able to configure a sort order for the zones that are listed in various views in the UI.

Root Cause: There is no mechanism to accept sort key for existing zones or UI widget, that would allow to listing zones in the UI in a certain order.

Solution: The order of zones in listed in various views in the UI can now be configured through the newly added “sort_key” field added for the zone. It can be set using updateZone API by providing “sort_key” parameter for a zone, or by reordering the items in the zones list in the UI. UI has been updated to show ordering controls in zones list view. Database changes include updating table “data_center” by adding “sort_key” column (containing integer values and defaults to zero).

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2019-06-19 18:03:56 +05:30
..
ui volume: fix volume metrics view from returning sensitive info to end user (#3222) 2019-06-19 17:04:26 +05:30
ui-custom server: allows compute offering with or without constraints (#3245) 2019-05-23 11:47:53 +05:30
accounts.js ui: show complete domain for accounts (#2994) (#3256) 2019-04-10 17:18:01 +05:30
accountsWizard.js Remove 'todb' in favor of 'encodeURIComponent'. (#2572) 2018-04-16 13:44:27 +02:00
affinity.js Removed leading tabs from ui/scripts/*.js 2015-08-07 11:58:13 +02:00
autoscaler.js [migrateVolume API method] Filter disk offerings based on storage pool selected (#2612) 2018-05-04 08:04:10 -03:00
cloud.core.callbacks.js CLOUDSTACK-9408 for the move away from download.cloud.com 2017-04-20 11:35:36 +05:30
cloudStack.js server: add support for sorting zones in UI/API (#3242) 2019-06-19 18:03:56 +05:30
configuration.js ui: fix for disk offering quickview details, actions (#3391) 2019-06-14 07:37:31 +05:30
dashboard.js CLOUDSTACK-10059: Dashboard ignores resource value that is less than 1% 2017-08-31 16:11:58 +02:00
docs.js network: allow ability to specify if network's ipaddress usage need to be hidden (#3235) 2019-06-19 10:25:59 +05:30
domains.js Fix delete domain button in the UI to update only after job finishes (#2905) 2018-11-11 18:41:37 -02:00
events.js ui: add user information on the Event-View in the UI (#2826) 2018-08-30 14:33:38 +05:30
globalSettings.js Remove 'todb' in favor of 'encodeURIComponent'. (#2572) 2018-04-16 13:44:27 +02:00
installWizard.js Remove 'md5Hashed' variable from Javascript. (#2555) 2018-04-13 10:43:52 +02:00
instanceWizard.js server: allows compute offering with or without constraints (#3245) 2019-05-23 11:47:53 +05:30
instances.js ui: fix instance selection behaviour (#3382) 2019-06-13 01:44:18 +05:30
lbCertificatePolicy.js [CLOUDSTACK-9261] Upgrate jQuery-UI to 1.11 (JQuery UI 1.8.4 prone to XSS) (#2524) 2018-07-16 13:18:55 -03:00
lbStickyPolicy.js CLOUDSTACK-8744 Add missing localization (l10n) for several parts in the UI 2015-08-18 11:16:14 +01:00
metrics.js volume: fix volume metrics view from returning sensitive info to end user (#3222) 2019-06-19 17:04:26 +05:30
network.js Merge remote-tracking branch 'origin/4.12' 2019-05-30 12:31:26 +05:30
plugins.js ui: insert plugin css files before custom.css file (#2784) 2018-08-08 12:07:56 +05:30
postLoad.js ui: configurable branding, keyboard list and hide-able columns through a new config.js file (#3258) 2019-05-30 15:32:37 +05:30
projects.js Add to project detail page: cpu,memory,template,storage and VMs count 2016-08-08 20:04:55 -04:00
regions.js CLOUDSTACK-8672 : NCC Integration with CloudStack. 2017-07-20 12:42:43 +05:30
roles.js Improvements after jquery update (#3183) 2019-04-25 16:09:43 -03:00
sharedFunctions.js server: add support for sorting zones in UI/API (#3242) 2019-06-19 18:03:56 +05:30
storage.js ui: Add more info for creating volume snapshots (#3390) 2019-06-13 15:50:10 +05:30
system.js server: add support for sorting zones in UI/API (#3242) 2019-06-19 18:03:56 +05:30
templates.js server: add local ISO upload via UI (#3251) 2019-06-05 23:10:51 +05:30
vpc.js Merge remote-tracking branch 'origin/4.12' 2019-05-30 12:31:26 +05:30
zoneWizard.js Improvements after jquery update (#3183) 2019-04-25 16:09:43 -03:00