Spaces:
Sleeping
Sleeping
Update public/index.html
Browse files- public/index.html +2 -2
public/index.html
CHANGED
@@ -386,10 +386,10 @@
|
|
386 |
</button>
|
387 |
</div>
|
388 |
<div id="summary">
|
|
|
389 |
<div>总实例数: <span id="totalServers">0</span></div>
|
390 |
<div>在线实例: <span id="onlineServers">0</span></div>
|
391 |
<div>离线实例: <span id="offlineServers">0</span></div>
|
392 |
-
<div>总用户数: <span id="totalUsers">0</span></div>
|
393 |
<div>总上传: <span id="totalUpload">0 B/s</span></div>
|
394 |
<div>总下载: <span id="totalDownload">0 B/s</span></div>
|
395 |
</div>
|
@@ -796,7 +796,7 @@
|
|
796 |
</div>
|
797 |
<div class="action-buttons" style="display: ${isLoggedIn ? 'flex' : 'none'};">
|
798 |
<button class="action-button" onclick="showConfirmDialog('restart', '${instance.repo_id}', '确认重启', '您确定要重启实例 ${instance.name} (${instance.repo_id}) 吗?')">重启</button>
|
799 |
-
<button class="action-button" onclick="showConfirmDialog('rebuild', '${instance.repo_id}', '确认重建', '您确定要重建实例 ${instance.name} (${instance.repo_id})
|
800 |
</div>
|
801 |
`;
|
802 |
userServers.appendChild(card);
|
|
|
386 |
</button>
|
387 |
</div>
|
388 |
<div id="summary">
|
389 |
+
<div>总用户数: <span id="totalUsers">0</span></div>
|
390 |
<div>总实例数: <span id="totalServers">0</span></div>
|
391 |
<div>在线实例: <span id="onlineServers">0</span></div>
|
392 |
<div>离线实例: <span id="offlineServers">0</span></div>
|
|
|
393 |
<div>总上传: <span id="totalUpload">0 B/s</span></div>
|
394 |
<div>总下载: <span id="totalDownload">0 B/s</span></div>
|
395 |
</div>
|
|
|
796 |
</div>
|
797 |
<div class="action-buttons" style="display: ${isLoggedIn ? 'flex' : 'none'};">
|
798 |
<button class="action-button" onclick="showConfirmDialog('restart', '${instance.repo_id}', '确认重启', '您确定要重启实例 ${instance.name} (${instance.repo_id}) 吗?')">重启</button>
|
799 |
+
<button class="action-button" onclick="showConfirmDialog('rebuild', '${instance.repo_id}', '确认重建', '您确定要重建实例 ${instance.name} (${instance.repo_id}) 吗?')">重建</button>
|
800 |
</div>
|
801 |
`;
|
802 |
userServers.appendChild(card);
|