This commit is contained in:
2026-03-06 21:57:33 +01:00
parent 6e5f73be6c
commit fb9929efb8
2 changed files with 98 additions and 3 deletions

View File

@@ -273,12 +273,13 @@ $runs = $pdo->query(
</select>
</label>
<label class="form-field">
<span class="muted">Direkter Command</span>
<textarea name="terminal_command_text" rows="2" placeholder="Optional: Command direkt ausführen"></textarea>
<span class="muted">Direkter Befehl</span>
<textarea name="terminal_command_text" rows="2" placeholder="Optional: Befehl direkt ausführen"></textarea>
</label>
<div style="display:flex; gap:10px; flex-wrap:wrap;">
<button class="cta-button" type="button" data-open-console>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 aktiver Konsole ausführen</button>
</div>
</form>
<div class="muted" style="margin-top:.5rem;">