summaryrefslogtreecommitdiffstats
path: root/modules/systemstatus/templates/addresses.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/systemstatus/templates/addresses.html')
-rw-r--r--modules/systemstatus/templates/addresses.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/systemstatus/templates/addresses.html b/modules/systemstatus/templates/addresses.html
new file mode 100644
index 00000000..ce92c4d5
--- /dev/null
+++ b/modules/systemstatus/templates/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