
- Set dataType (dataType: 'json') instead of add Accept header - Use .show() and .hide() to display or not the "Add Volume button" - Allow any type of file to be uploaded - Change upload/download handlers to query for running Tasks while listing storage volumes in a pool That way all users get the same view when a storage volume is being downloaded or uploaded - Disable upload option until we get all issues fixed Aline Manera (1): Disable upload option while adding a volume to a pool Hongliang Wang (4): Storage Pool Add Volume UI: Add APIs to kimchi.api.js Storage Pool Add Volume UI: Add i18n Strings Storage Pool Add Volume UI: Implement Download/Upload Volume Function Storage Pool Add Volume UI: Connect the Feature in Storage Tab ui/css/theme-default/storage.css | 31 +++- ui/css/theme-default/storagepool-add-volume.css | 36 +++++ ui/js/src/kimchi.api.js | 35 +++++ ui/js/src/kimchi.storage_main.js | 196 +++++++++++++++++++++--- ui/js/src/kimchi.storagepool_add_volume_main.js | 107 +++++++++++++ ui/pages/i18n.json.tmpl | 2 + ui/pages/storagepool-add-volume.html.tmpl | 80 ++++++++++ ui/pages/tabs/storage.html.tmpl | 12 +- 8 files changed, 473 insertions(+), 26 deletions(-) create mode 100644 ui/css/theme-default/storagepool-add-volume.css create mode 100644 ui/js/src/kimchi.storagepool_add_volume_main.js create mode 100644 ui/pages/storagepool-add-volume.html.tmpl -- 1.9.3