summaryrefslogtreecommitdiffstats
path: root/health-network-html.lsp
blob: 5d97a9e3fc22aee9acd841b9e287ae54d3517307 (plain)
1
2
3
4
5
6
7
8
9
<% local view = ... %>

<h1>Network</h1>

<h2>Interface status</h2>
<pre><%= html.html_escape(view.value.interfaces.value) %></pre>

<h2>Routes</h2>
<pre><%= html.html_escape(view.value.routes.value) %></pre>