Show the mirror it is onboarded, and stop offering it owner-side actions

The phase-2 branch of the mirror panel returned the same Join partnership / Onboard block as the not-started state, so a finished onboard read as one that never ran.
This commit is contained in:
Gmer4Lfe
2026-08-17 11:42:10 -04:00
parent d8a77c700b
commit c4bfa6bdfe
2 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -1163,8 +1163,8 @@ function _renderActions(nodes, cfg) {
</div>
</div>
<div style="display:flex;flex-direction:column;gap:5px;align-items:flex-end;">
<button class="vv-pt-action-btn info" onclick="vvPtPhase2(this,'${remote.id}')"
style="font-size:10px;" title="Re-run Phase 2">↻ Re-run</button>
${isOwner ? `<button class="vv-pt-action-btn info" onclick="vvPtPhase2(this,'${remote.id}')"
style="font-size:10px;" title="Re-run Phase 2">↻ Re-run</button>` : ''}
<button class="vv-pt-action-btn warn" onclick="vvPtShowDeleteKeys('${remote.id}')"
style="opacity:.4;font-size:10px;">🗑 Keys</button>
</div>