cloudstack/ui/scripts/ui-custom
rashmidixit d8158fe5f4 CLOUDSTACK-9718: Revamp the dropdown showing lists of hosts available for migration in a Zone
Reviewed-By: Rashmi Dixit

    Problem: All the hosts suitable for VM Migration are not shown in the UI. This could
    confuse the user as the target host might never be shown in the UI.

    Root Cause: The API (findHostsForMigration) always returned page 1 results which would
    be always <= default.page.size global parameter. Therefore, in case of large
    no. of hosts where the result can map to multiple pages, this issue would arise.

    Solution: 1. Replace drop-down with listView widget.
    2. Allow lazy-loading of records on listView's scroll.
    3. Show additional parameters (CPU/Memory used) to assist admin in decision making.
    4. Provide 'Search by host name' to limit the results.

Added change where if there are no hosts found, an empty row with message will
appear.
2017-04-06 12:31:51 +05:30
..
accountsWizard.js CLOUDSTACK-9092: L10n fix in "Add LDAP Account page" 2015-11-30 11:21:17 +05:30
affinity.js Format JS 2013-07-18 12:34:20 -04:00
autoscaler.js CLOUDSTACK-9229: Autoscale policy creation failing in VPC due to zoneid missing in createAutoScaleVmProfile 2016-01-13 15:47:06 +05:30
dashboard.js Format JS 2013-07-18 12:34:20 -04:00
enableStaticNAT.js CLOUDSTACK-5114: Remove checkbox column from dialog list view 2013-12-03 12:33:09 -08:00
granularSettings.js CLOUDSTACK-9457: Allow retrieval and modification of VM and template details via API and UI 2016-12-27 23:33:50 -03:00
healthCheck.js CLOUDSTACK-9237: Create LB Healthcheck issues - button alignment and error message goes outside the window 2016-01-14 15:23:01 +05:30
installWizard.js General cleanup, source formatting, remove whitespace 2013-08-02 14:20:47 +05:30
instanceWizard.js CLOUDSTACK-9267: String is not localized on create instance wizards. 2016-02-03 00:28:28 +05:30
ipRules.js Format JS 2013-07-18 12:34:20 -04:00
login.js CLOUDSTACK-8701: Allow SAML users to switch accounts 2015-08-14 11:58:44 +05:30
metricsView.js ui: improve metrics view implementation 2016-01-18 12:50:57 +01:00
migrate.js CLOUDSTACK-9718: Revamp the dropdown showing lists of hosts available for migration in a Zone 2017-04-06 12:31:51 +05:30
physicalResources.js Removed trailing whitespace from ui/scripts/*.js 2015-08-07 11:25:15 +02:00
pluginListing.js Removed trailing whitespace from ui/scripts/*.js 2015-08-07 11:25:15 +02:00
projectSelect.js CLOUDSTACK-9622 Localisation for 'Project' label on the top of Web UI 2016-11-27 11:18:49 +00:00
projects.js CLOUDSTACK-9267: String is not localized on create instance wizards. 2016-02-03 00:28:28 +05:30
recurringSnapshots.js Format JS 2013-07-18 12:34:20 -04:00
regions.js Removed large chunks of commented code 2015-08-07 14:55:59 +02:00
saml.js CLOUDSTACK-8701: Allow SAML users to switch accounts 2015-08-14 11:58:44 +05:30
securityRules.js Format JS 2013-07-18 12:34:20 -04:00
uploadVolume.js Format JS 2013-07-18 12:34:20 -04:00
vpc.js Format JS 2013-07-18 12:34:20 -04:00
zoneChart.js CLOUDSTACK-8744 Add missing localization (l10n) for several parts in the UI 2015-08-18 11:16:14 +01:00
zoneFilter.js Format JS 2013-07-18 12:34:20 -04:00
zoneWizard.js CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizard 2017-02-08 11:29:49 +05:30