We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb32646 commit 5d854ceCopy full SHA for 5d854ce
1 file changed
public/js/admin.js
@@ -425,7 +425,8 @@ async function renderAdminServerDetail(serverId) {
425
</div>
426
427
<div id="admin-server-tab-admin" class="tab-content" style="display:none">
428
- <div class="card" style="margin-bottom:16px">
+ <div class="server-detail-grid">
429
+ <div class="card">
430
<h2 class="card-title" style="margin-bottom:16px">Suspend</h2>
431
<p style="color:var(--text-secondary);font-size:0.88rem;margin-bottom:12px">
432
Suspend or expire this server.
@@ -446,6 +447,7 @@ async function renderAdminServerDetail(serverId) {
446
447
<button class="btn btn-danger" id="admin-btn-delete" style="width:auto">Delete Server</button>
448
449
` : ''}
450
+ </div>
451
452
`;
453
0 commit comments