CONSOLE
This commit is contained in:
@@ -467,7 +467,10 @@ function sendToActiveConsole(array $host, string $command, bool $strictHostKey):
|
||||
<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 bestehender Konsole ausführen</button>
|
||||
<button class="icon-button queue-button" type="button" data-queue-button>
|
||||
Queue
|
||||
<span class="queue-badge" data-queue-count>0</span>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="muted" style="margin-top:.5rem;">
|
||||
@@ -491,16 +494,6 @@ function sendToActiveConsole(array $host, string $command, bool $strictHostKey):
|
||||
<p class="muted" style="margin-top:.5rem;">Mehrere Konsolen bleiben hier parallel offen.</p>
|
||||
</div>
|
||||
|
||||
<div class="card form-card" style="background:var(--panel-2);">
|
||||
<div style="display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;">
|
||||
<strong>Queue</strong>
|
||||
<button class="icon-button queue-button" type="button" data-queue-button>
|
||||
Queue
|
||||
<span class="queue-badge" data-queue-count>0</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal" data-queue-modal aria-hidden="true">
|
||||
<div class="modal-card">
|
||||
<div class="modal-header">
|
||||
|
||||
Reference in New Issue
Block a user