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

<h1>Network</h1>

<h2>Interface status</h2>
<pre><?= view.network.interfaces ?></pre>

<h2>Routes</h2>
<pre><?= view.network.routes ?></pre>