Skip to content

Commit

Permalink
better display of n2k nodeid/status
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Aug 26, 2023
1 parent b7a7dad commit 3c9670b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,23 @@ <h1 id="headline">NMEA 2000 Gateway </h1>
<span class="label"># clients</span>
<span class="value" id="numClients">---</span>
</div>
<div class="row">
<div class="row even">
<span class="label">TCP client connected</span>
<span class="value" id="clientCon">---</span>
</div>
<div class="row">
<span class="label">TCP client error</span>
<span class="value" id="clientErr">---</span>
</div>
<div class="row">
<div class="row even">
<span class="label">Free heap</span>
<span class="value" id="heap">---</span>
</div>
<div class="row">
<span class="label">N2K State</span>
<span class="label">NMEA2000 State</span>
[<span class="value" id="n2knode">---</span>]&nbsp;
<span class="value" id="n2kstate">UNKNOWN</span>
</div>
</div>
</div>
<button id="reset">Reset</button>
</div>
Expand Down

0 comments on commit 3c9670b

Please sign in to comment.