summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/templates/page-proxy-loclist.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-13 23:44:39 +0100
committerSimon Rettberg2017-11-13 23:44:39 +0100
commitf8e86ae55fb0843477b8fa52b9c2f9b908d05195 (patch)
tree58d9307ce6d9f427b9f301ee9f212b17639ce404 /modules-available/dnbd3/templates/page-proxy-loclist.html
parent[inc/Taskmanager] Fix phpdoc (diff)
downloadslx-admin-f8e86ae55fb0843477b8fa52b9c2f9b908d05195.tar.gz
slx-admin-f8e86ae55fb0843477b8fa52b9c2f9b908d05195.tar.xz
slx-admin-f8e86ae55fb0843477b8fa52b9c2f9b908d05195.zip
[dnbd3] Extend server details page (altservers, config)
Diffstat (limited to 'modules-available/dnbd3/templates/page-proxy-loclist.html')
-rw-r--r--modules-available/dnbd3/templates/page-proxy-loclist.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules-available/dnbd3/templates/page-proxy-loclist.html b/modules-available/dnbd3/templates/page-proxy-loclist.html
new file mode 100644
index 00000000..67c90683
--- /dev/null
+++ b/modules-available/dnbd3/templates/page-proxy-loclist.html
@@ -0,0 +1,27 @@
+<div class="col-md-6">
+ <h2>{{lang_clientsByLocation}}</h2>
+
+ <table class="table table-condensed">
+ <tr>
+ <th>{{lang_location}}</th>
+ <th class="text-right">{{lang_count}}</th>
+ <th class="text-right">{{lang_recursiveCount}}</th>
+ </tr>
+ {{#list}}
+ <tr>
+ <td>
+ {{#depth}}
+ <div style="display:inline-block;width:{{depth}}em"></div>
+ {{/depth}}
+ {{locationname}}
+ </td>
+ <td class="text-right">
+ {{clientCount}}
+ </td>
+ <td class="text-right">
+ {{recCount}}
+ </td>
+ </tr>
+ {{/list}}
+ </table>
+</div> \ No newline at end of file