summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/addresses.html
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-06 17:51:26 +0200
committerSimon Rettberg2014-06-06 17:51:26 +0200
commit41003cf751058a52722aacbfe13a2f3b3c4f31d7 (patch)
tree580497cfb224de9e8dec103c94a2bcd5a93591d8 /templates/systemstatus/addresses.html
parentVariable timeout for Taskmanager::waitComplete (diff)
downloadslx-admin-41003cf751058a52722aacbfe13a2f3b3c4f31d7.tar.gz
slx-admin-41003cf751058a52722aacbfe13a2f3b3c4f31d7.tar.xz
slx-admin-41003cf751058a52722aacbfe13a2f3b3c4f31d7.zip
More stuff for system status page
Diffstat (limited to 'templates/systemstatus/addresses.html')
-rw-r--r--templates/systemstatus/addresses.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/systemstatus/addresses.html b/templates/systemstatus/addresses.html
new file mode 100644
index 00000000..ce92c4d5
--- /dev/null
+++ b/templates/systemstatus/addresses.html
@@ -0,0 +1,8 @@
+<table class="slx-table">
+ {{#addresses}}
+ <tr {{#primary}} class="slx-bold" {{/primary}}>
+ <td>{{ip}}</td>
+ <td>({{iface}})</td>
+ </tr>
+ {{/addresses}}
+</table> \ No newline at end of file