Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-08-28 13:41:41 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-08-28 13:41:41 +0300
commite006f7d032eb0500b7c8e15b4dc1d0ea059381d9 (patch)
tree4cba14c73514c36b6dc60a8d0c4d163660612caa /templates/index.php
parent1311ec6a34a9458e11908b589a4216dc5ca30504 (diff)
Add spinner to monitoring during sequence loading
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 53bd8e9..a2e508d 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -42,6 +42,11 @@ style('ransomware_detection', 'style');
<div id="app-content">
<div id="app-content-ransomware-detection-filelist">
<!-- Tables -->
+ <div class="section" id="section-loading">
+ <p class="text-center">
+ <div class="icon-loading-dark"></div>
+ </p>
+ </div>
</div>
</div>
</div>