Convert most of user directory view to vuejs

This commit is contained in:
Johannes Zellner
2025-01-19 19:12:00 +01:00
parent dfb3285e18
commit 7f91e85df8
8 changed files with 762 additions and 2 deletions

View File

@@ -94,3 +94,37 @@ footer > .p {
tr:hover .table-actions {
visibility: visible;
}
/* status classes for circle indicators */
.status-active {
color: #27CE65;
}
.status-inactive {
color: #7c7c7c;
}
.status-starting {
color: #f0ad4e;
}
.status-error {
color: #ec534f;
}
/* generic test modifiers */
.text-success {
color: #5CB85C;
}
.text-warning {
color: #8a6d3b;
}
.text-bold {
font-weight: bold;
}
.text-small {
font-size: 12px;
}