summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/_page.html
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-11 15:27:12 +0200
committerSimon Rettberg2014-06-11 15:27:12 +0200
commit7c84f4ea0b83794b6fde1aa26fc11b55c7542c0b (patch)
treee8ad3624dfab5f2bcfcd6779b86ceb520f59aa69 /templates/systemstatus/_page.html
parentImproved some help text :) (diff)
downloadslx-admin-7c84f4ea0b83794b6fde1aa26fc11b55c7542c0b.tar.gz
slx-admin-7c84f4ea0b83794b6fde1aa26fc11b55c7542c0b.tar.xz
slx-admin-7c84f4ea0b83794b6fde1aa26fc11b55c7542c0b.zip
Add animation class slx-rotation that will make an element rotate (used for "in progress")
Diffstat (limited to 'templates/systemstatus/_page.html')
-rw-r--r--templates/systemstatus/_page.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/systemstatus/_page.html b/templates/systemstatus/_page.html
index b202181e..fca087d1 100644
--- a/templates/systemstatus/_page.html
+++ b/templates/systemstatus/_page.html
@@ -12,7 +12,7 @@
Speicherplatz
</div>
<div class="panel-body" id="diskstat">
- *dreh dreh dreh dreh*
+ <span class="glyphicon glyphicon-refresh slx-rotation"></span>
</div>
</div>
</div>
@@ -23,7 +23,7 @@
Dienste
</div>
<div class="panel-body" id="services">
- *dreh dreh dreh dreh*
+ <span class="glyphicon glyphicon-refresh slx-rotation"></span>
</div>
</div>
</div>
@@ -39,7 +39,7 @@
Adresskonfiguration
</div>
<div class="panel-body" id="addresses">
- *dreh dreh dreh dreh*
+ <span class="glyphicon glyphicon-refresh slx-rotation"></span>
</div>
</div>
</div>
@@ -47,10 +47,10 @@
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
- Systemlast
+ System
</div>
<div class="panel-body" id="systeminfo">
- *dreh dreh dreh dreh*
+ <span class="glyphicon glyphicon-refresh slx-rotation"></span>
</div>
</div>
</div>