This repository was archived by the owner on Jul 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -363,8 +363,7 @@ async function renderAdminServerDetail(serverId) {
363363 <textarea id="admin-suspend-reason" rows="2" placeholder="Enter reason for suspension..." style="resize:vertical;width:100%;padding:10px 14px;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:0.88rem"></textarea>
364364 </div>
365365 <div style="display:flex;gap:8px;flex-wrap:wrap">
366- <button class="btn btn-danger" id="admin-btn-suspend" style="width:auto">${ isSuspended ? 'Re-suspend' : 'Suspend' } </button>
367- ${ isSuspended ? ahtml `<button class="btn btn-primary" id="admin-btn-unsuspend" style="width:auto">Unsuspend</button>` : '' }
366+ ${ isSuspended ? ahtml `<button class="btn btn-primary" id="admin-btn-unsuspend" style="width:auto">Unsuspend</button>` : ahtml `<button class="btn btn-danger" id="admin-btn-suspend" style="width:auto">Suspend</button>` }
368367 <button class="btn btn-warning" id="admin-btn-stop" style="width:auto">Stop</button>
369368 ${ ! isSuspended ? ahtml `<button class="btn btn-ghost" id="admin-btn-renew-now" style="width:auto">Renew Now</button>` : '' }
370369 </div>
You can’t perform that action at this time.
0 commit comments