copying, evidovat btn hidden

This commit is contained in:
JiriUhlir
2026-05-28 13:33:22 +02:00
parent 8624352253
commit 17a4d4db1b
3 changed files with 78 additions and 15 deletions
+2 -2
View File
@@ -94,13 +94,13 @@ def index(request: Request, user=Depends(require_user)):
<label class="muted">HTTP</label>
<div class="cmd-row">
<input readonly value="{http_clone}" id="http-{app_id}">
<button onclick="copyValue('http-{app_id}')">Kopírovat</button>
<button type="button" onclick="return copyText(this)">Kopírovat</button>
</div>
<label class="muted">SSH</label>
<div class="cmd-row">
<input readonly value="{ssh_clone}" id="ssh-{app_id}">
<button onclick="copyValue('ssh-{app_id}')">Kopírovat</button>
<button type="button" onclick="return copyText(this)">Kopírovat</button>
</div>
</details>
</td>