17 lines
704 B
HTML
17 lines
704 B
HTML
<header class="topbar">
|
|
<div class="title">投煤器布料机控制系统</div>
|
|
<div class="tab-bar">
|
|
<button type="button" class="tab-btn active" id="tabOps">运维</button>
|
|
<button type="button" class="tab-btn" id="tabAppConfig">应用配置</button>
|
|
<button type="button" class="tab-btn" id="tabConfig">平台配置</button>
|
|
</div>
|
|
<div class="topbar-actions">
|
|
<button type="button" class="secondary" id="openReadmeDoc">README.md</button>
|
|
<button type="button" class="secondary" id="openApiDoc">API.md</button>
|
|
<div class="status" id="statusText">
|
|
<span class="ws-dot" id="wsDot"></span>
|
|
<span id="wsLabel">连接中…</span>
|
|
</div>
|
|
</div>
|
|
</header>
|