]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/modules/stasy-table.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / modules / stasy-table.html
diff --git a/www/templates/modules/stasy-table.html b/www/templates/modules/stasy-table.html
deleted file mode 100644 (file)
index d8ab9f5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<table class="table table-fireinfo">
-       {% for k, v in items %}
-               <tr>
-                       <td class="key">
-                               {% if flags %}
-                                       <img src="{{ static_url("images/flags/%s.png" % k) }}" />
-                               {% end %}
-                               {{ k }}
-                       </td>
-                       <td class="bar">
-                               <div class="progress">
-                                       <div class="bar" style="{{ "width: %.2f%%" % v }}"></div>
-                               </div>
-                       </td>
-                       <td class="val">{{ "%.2f" % v }}%</td>
-               </tr>
-       {% end %}
-</table>