This commit is contained in:
2026-03-06 23:28:59 +01:00
parent 168a25bf73
commit 147f9f52f1
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@
return;
}
if (consoleNotice) {
consoleNotice.textContent = 'Aktive Konsole kann nicht direkt gesteuert werden Befehl wird in neuer Konsole ausgeführt.';
consoleNotice.textContent = 'Bestehende Konsole kann nicht direkt gesteuert werden Befehl wird in neuer Konsole ausgeführt.';
consoleNotice.style.display = 'block';
}
submitOpen();

View File

@@ -353,7 +353,7 @@ $runs = $pdo->query(
<div style="display:flex; gap:10px; flex-wrap:wrap;">
<button class="cta-button" type="button" data-open-console>Neue Konsole öffnen</button>
<button class="nav-link" type="button" data-run-command>Im Hintergrund ausführen</button>
<button class="nav-link" type="button" data-send-active>In neuer Konsole ausführen</button>
<button class="nav-link" type="button" data-send-active>In bestehender Konsole ausführen</button>
</div>
</form>
<div class="muted" style="margin-top:.5rem;">