copying, evidovat btn hidden
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user