basic web view
This commit is contained in:
@@ -10,10 +10,22 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="connected" class="hidden"><!--INSERT SVG HERE--></div>
|
||||
<p id="last_update" />
|
||||
<pre id="data"></pre>
|
||||
<list id="list" />
|
||||
<p id="free_ports" />
|
||||
<div id="connected_box">
|
||||
<div id="connected" class="hidden"><!--INSERT SVG HERE--></div>
|
||||
<p id="last_update" />
|
||||
</div>
|
||||
|
||||
<table id="table">
|
||||
<tr>
|
||||
<th>Nummer</th>
|
||||
<th>Port</th>
|
||||
<th>Zustand</th>
|
||||
<th>Name</th>
|
||||
<th>Meldung</th>
|
||||
<th>Letzte Änderung</th>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user