deploy
This commit is contained in:
@@ -354,7 +354,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (consoleNotice) {
|
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';
|
consoleNotice.style.display = 'block';
|
||||||
}
|
}
|
||||||
submitOpen();
|
submitOpen();
|
||||||
|
|||||||
@@ -353,7 +353,7 @@ $runs = $pdo->query(
|
|||||||
<div style="display:flex; gap:10px; flex-wrap:wrap;">
|
<div style="display:flex; gap:10px; flex-wrap:wrap;">
|
||||||
<button class="cta-button" type="button" data-open-console>Neue Konsole öffnen</button>
|
<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-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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="muted" style="margin-top:.5rem;">
|
<div class="muted" style="margin-top:.5rem;">
|
||||||
|
|||||||
Reference in New Issue
Block a user