feat: slave node registry
This commit is contained in:
wznln
2025-04-29 13:42:30 +08:00
parent 09fc17429e
commit e5749a8058
6 changed files with 19 additions and 16 deletions

View File

@@ -329,7 +329,7 @@
<tr id="device-info-{{ loop.index }}" class="detail-row" style="display: none;">
<td colspan="5">
<div class="content-full">
<pre>{{ device.class_json }}</pre>
<pre>{{ device.class|tojson(indent=4) }}</pre>
{% if device.is_online %}
<div class="status-badge"><span class="online-status">在线</span></div>