anuragaw commented on a change in pull request #3251: [WIP DO NOT MERGE] Add
local ISO upload via UI
URL: https://github.com/apache/cloudstack/pull/3251#discussion_r276575056
##########
File path: ui/scripts/ui/dialog.js
##########
@@ -818,7 +818,16 @@
$form.find('.loading-overlay').remove();
$('div.loading-overlay').remove();
- cloudStack.dialog.error({ message:
msg });
+ if (!msg) {
+ msg = "Please enable SSL on
your SSVM to allow uploading local files";
Review comment:
This is a wrong place to declare message for specific error.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services