Show assigned temp probe addresses
This commit is contained in:
@@ -60,6 +60,7 @@ input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;ba
|
||||
.checkGroup{display:flex;gap:8px;align-items:center;justify-content:flex-end;white-space:nowrap}
|
||||
.checkPill{display:flex;gap:5px;align-items:center;background:#111923;border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--muted);font-size:12px}
|
||||
.checkPill input{width:auto;margin:0}
|
||||
.tempAddress{grid-column:2 / 4;color:var(--muted);font-size:11px;font-family:monospace;margin-top:-6px;overflow-wrap:anywhere}
|
||||
.kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
|
||||
.kpi div{background:#0f151d;border:1px solid var(--line);border-radius:12px;padding:10px}
|
||||
.kpi .num{font-size:20px;font-weight:800;margin-top:4px}
|
||||
@@ -569,6 +570,7 @@ function renderConfigControls(data){
|
||||
</label>
|
||||
<button class="off" onclick="clearTempAssignment('${t.id}')">Clear</button>
|
||||
</div>
|
||||
<div class="tempAddress">Address: ${t.address||"unassigned"}</div>
|
||||
</div>`).join("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user