summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/addresses.html
blob: ce92c4d5a7151d7a2863d9df7dd139ec8fe6d338 (plain) (blame)
1
2
3
4
5
6
7
8
<table class="slx-table">
	{{#addresses}}
	<tr {{#primary}} class="slx-bold" {{/primary}}>
		<td>{{ip}}</td>
		<td>({{iface}})</td>
	</tr>
	{{/addresses}}
</table>