ssh-conn-meta and rdp-conn-meta rows have been removed from both card templates.
CI / Build & Test (push) Successful in 4m4s

This commit is contained in:
Raven Scott
2026-02-28 19:58:25 -05:00
parent 2a71311459
commit 25d3ec26e1
-2
View File
@@ -287,7 +287,6 @@ function renderRdpGrid() {
</button>
</div>
</div>
<div class="rdp-conn-meta">${metaUser} &nbsp;·&nbsp; ${escapeHtml(conn.hsUrl)}</div>
</div>`;
}).join('');
@@ -2016,7 +2015,6 @@ function renderSshGrid() {
</button>
</div>
</div>
<div class="ssh-conn-meta">${escapeHtml(conn.username)}@ssh &nbsp;·&nbsp; ${escapeHtml(conn.hsUrl)}</div>
</div>`).join('');
// Wire up card buttons