cloudstack/ui/scripts/ui/widgets
Rohit Yadav 402253504e CLOUDSTACK-9783: Improve metrics view performance
This improves the metrics view feature by improving the rendering performance
of metrics view tables, by reimplementing the logic at the backend and data
served via APIs. In large environments, the older implementation would
make several API calls that increases both network and database load.

List of APIs introduced for improving the performance:

    listClustersMetrics
    listHostsMetrics
    listInfrastructure
    listStoragePoolsMetrics
    listVMsMetrics
    listVolumesMetrics
    listZonesMetrics

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-02-28 13:45:03 +05:30
..
cloudBrowser.js CLOUDSTACK-9020: Method to remove last panel from the breadcrumb 2015-11-19 15:17:43 +05:30
dataTable.js CLOUDSTACK-9020: Metrics views for CloudStack UI 2015-11-19 15:17:44 +05:30
detailView.js CLOUDSTACK-9194: Making the console popup window resizable in IE to make sure the focus is not lost. 2015-12-22 11:23:46 +05:30
listView.js CLOUDSTACK-9783: Improve metrics view performance 2017-02-28 13:45:03 +05:30
multiEdit.js CLOUDSTACK-9268: Display VM in Load balancing rule in UI 2016-02-02 22:54:53 +05:30
notifications.js Notification area: Show more detail in errors 2013-10-31 16:17:52 -07:00
overlay.js Format JS 2013-07-18 12:34:20 -04:00
tagger.js CLOUDSTACK-7526: Fix missing localization on 'add' button 2014-09-15 13:02:27 -07:00
toolTip.js Format JS 2013-07-18 12:34:20 -04:00
treeView.js CLOUDSTACK-8307: UI not showing all Domains, if there are more than 24 domains then the last domain gets cut off on firefox and IE. Added a flag in treeview widget and based on the flag adding css class which will make overflow as scroll instead of the default auto. 2015-03-09 14:26:29 +05:30