1
0
mirror of synced 2025-10-29 10:29:18 +00:00

dynamic user for authorized keys and bug fix

This commit is contained in:
Valentin
2023-09-13 15:46:40 +02:00
parent 7b0a757fc7
commit 092ab264bc
10 changed files with 55 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
<tr>
<td><%= key.name %></td>
<td><%= key.content %></td>
<td><textarea class="form-control" rows="1" disabled><%= key.content %></textarea></td>
<td style="text-align: right;"><a class="btn btn-sm btn-danger" href="/keys/delete/<%= key.name %>"><i class="far fa-trash-alt"></i></button></td>
</tr>