diff options
| author | Simon Rettberg | 2016-05-03 19:03:09 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-05-03 19:03:09 +0200 |
| commit | 50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66 (patch) | |
| tree | 05e99fdffa696434960d7c77966c0bc36d6339e8 /modules/vmstore/templates/mount.html | |
| parent | Second half of merge.... (diff) | |
| download | slx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.tar.gz slx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.tar.xz slx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.zip | |
WIP
Diffstat (limited to 'modules/vmstore/templates/mount.html')
| -rw-r--r-- | modules/vmstore/templates/mount.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/vmstore/templates/mount.html b/modules/vmstore/templates/mount.html deleted file mode 100644 index eabee81a..00000000 --- a/modules/vmstore/templates/mount.html +++ /dev/null @@ -1,25 +0,0 @@ -<div class="panel panel-default"> - <div class="panel-heading"> - {{lang_vmLocationConfiguration}} - </div> - - <div class="panel-body"> - <div data-tm-id="{{task}}" data-tm-log="messages" data-tm-callback="mountCb">{{lang_configure}}</div> - - <br> - <div id="finish" class="pull-right" style="display:none"> - <a href="?do=VmStore" class="btn btn-primary">{{lang_back}}</a> - </div> - <script type="text/javascript"> - function mountCb(task) - { - if (!task || !task.statusCode) - return; - if (task.statusCode !== 'TASK_WAITING' && task.statusCode !== 'TASK_PROCESSING') { - $('#finish').attr('style', ''); - } - } - </script> - - </div> -</div>
\ No newline at end of file |
