Styled the connection panel; tweaked the app-logic to allow UI to decide presentation.

This commit is contained in:
PeekabooSteam
2023-03-09 14:29:44 +00:00
parent 70c73aa3a9
commit b7ed3ebd8a
3 changed files with 31 additions and 17 deletions

View File

@@ -1,3 +1,6 @@
<div id="connection-status-panel" class="ol-panel">
<h4 id="status-string"> Connected </h4>
<dl class="data-grid">
<dt></dt>
<dd></dd>
</dl>
</div>