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

multi user features

This commit is contained in:
Valentin
2023-09-14 19:34:16 +02:00
parent 05b4752183
commit 89951b45fe
7 changed files with 47 additions and 41 deletions

View File

@@ -34,7 +34,7 @@
} );
$( "#server_user_true" ).on( "click", function() {
document.getElementById("inputOther").style.display = "";
} );
} );
function fieldShow(value) {
console.log(value)
}

View File

@@ -27,12 +27,11 @@
<tr>
<td><%= key.name %></td>
<td><textarea class="form-control" rows="1" disabled><%= key.content %></textarea></td>
<td><textarea class="form-control" 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>
<% }) %>
</tbody>
</table>
</div>