Revised webhooks list to new format

Also aligned query naming to start with model in use.
Also added created/updated sort options to roles.
This commit is contained in:
Dan Brown
2022-10-30 12:02:06 +00:00
parent 98b59a1024
commit f75091a1c5
12 changed files with 123 additions and 40 deletions

View File

@ -969,4 +969,17 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
}
.item-list-row:hover .item-list-row-toggle-all {
visibility: visible;
}
.status-indicator-active, .status-indicator-inactive {
width: 8px;
height: 8px;
border-radius: 50%;
display: inline-block;
}
.status-indicator-active {
background-color: $positive;
}
.status-indicator-inactive {
background-color: $negative;
}