summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/blockstats-details.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-17 18:07:35 +0200
committerSimon Rettberg2016-08-17 18:07:35 +0200
commitd867dec3d22ce5ea01c0189e05172a326ce15d5c (patch)
tree566b0c60e29692b96ca55ad877fd1ef29c9860b6 /modules-available/dozmod/templates/blockstats-details.html
parentClean up css a bit (diff)
downloadslx-admin-d867dec3d22ce5ea01c0189e05172a326ce15d5c.tar.gz
slx-admin-d867dec3d22ce5ea01c0189e05172a326ce15d5c.tar.xz
slx-admin-d867dec3d22ce5ea01c0189e05172a326ce15d5c.zip
[dozmod] Add secret hidden block statistics
Diffstat (limited to 'modules-available/dozmod/templates/blockstats-details.html')
-rw-r--r--modules-available/dozmod/templates/blockstats-details.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules-available/dozmod/templates/blockstats-details.html b/modules-available/dozmod/templates/blockstats-details.html
new file mode 100644
index 00000000..68e03fbc
--- /dev/null
+++ b/modules-available/dozmod/templates/blockstats-details.html
@@ -0,0 +1,16 @@
+<table class="table table-bordered table-striped">
+ <tr>
+ <th>{{lang_imageName}}</th>
+ <th>{{lang_createTime}}</th>
+ <th>{{lang_fileSize}}</th>
+ <th>{{lang_blockCount}}</th>
+ </tr>
+ {{#rows}}
+ <tr>
+ <td>{{displayname}}</td>
+ <td>{{createtime_s}}</td>
+ <td>{{filesize_s}}</td>
+ <td>{{blockcount}}</td>
+ </tr>
+ {{/rows}}
+</table> \ No newline at end of file