cloudstack/ui/scripts
Anurag Awasthi 4185452366 ui: Fix sorting bug in UI Code (#3445)
Current master has sorting broken and the order reverses as opposed to
what is set if sortkey.algorithm is set to true. The problem lies in the
way the update APIs were being called by the UI. The code was agnostic
to a global config that backend uses to set the order of the entities
in the corresponding list APIs.

We need to make UI aware of the global config and instead of changing
sign of sort key pass proper numbers so that DB isn't confusing when
some tables have positive sortkey and some have negative.

The fix is in 2 steps-
1) Make use of sortkey name in place where it's relevant. Mere row index
is not sufficient.
2) Reverse the sortkey if we are sorting by descending (when global
config is false)
2019-07-02 12:53:10 +05:30
..
ui ui: Fix sorting bug in UI Code (#3445) 2019-07-02 12:53:10 +05:30
ui-custom api: snapshot, snapshotpolicy tag support (#3228) 2019-06-27 09:21:08 +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 ui: add new way to create a volume snapshot from instance quick view tooltip (#3406) 2019-06-25 21:48:03 +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 api: instance and template details are free text (#3240) 2019-06-27 09:14:47 +05:30
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: Don't pass account name when in project mode (#3435) 2019-07-02 12:51:44 +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 server: export granular volume bytes and iops metrics (#3259) 2019-06-27 09:18:10 +05:30
network.js ui: fix LB protocol bug (#3438) 2019-06-29 00:23:36 +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 api: instance and template details are free text (#3240) 2019-06-27 09:14:47 +05:30
sharedFunctions.js ui: Fix sorting bug in UI Code (#3445) 2019-07-02 12:53:10 +05:30
storage.js api: snapshot, snapshotpolicy tag support (#3228) 2019-06-27 09:21:08 +05:30
system.js server: add support for sorting zones in UI/API (#3242) 2019-06-19 18:03:56 +05:30
templates.js api: instance and template details are free text (#3240) 2019-06-27 09:14:47 +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