Use TableView also for ApiTokens and AppPasswords

This commit is contained in:
Johannes Zellner
2025-01-17 15:59:01 +01:00
parent 4534a729c7
commit f56eb0d791
4 changed files with 82 additions and 71 deletions

View File

@@ -85,3 +85,12 @@ footer > .p {
.pankow-table-header-column {
border-bottom-color: transparent;
}
.table-actions {
text-align: right;
visibility: hidden;
}
tr:hover .table-actions {
visibility: visible;
}