Skip to content
Snippets Groups Projects
Commit 2861380b authored by yvesn's avatar yvesn
Browse files

SSDM-6073: added loading animation

parent 3c5c41d1
No related branches found
No related tags found
No related merge requests found
...@@ -1149,6 +1149,8 @@ var FormUtil = new function() { ...@@ -1149,6 +1149,8 @@ var FormUtil = new function() {
this.showDiskSpaceDialog = function() { this.showDiskSpaceDialog = function() {
let _this = this; let _this = this;
Util.blockUI(null, null, true);
// TODO move to monitoring section // TODO move to monitoring section
// TODO test in all browsers // TODO test in all browsers
// TODO add animation // TODO add animation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment