User logs fix failed

This commit is contained in:
FusionPBX
2024-10-10 16:21:03 -06:00
committed by GitHub
parent 949d407604
commit fc4f75f30c
3 changed files with 16 additions and 20 deletions
+9 -1
View File
@@ -3432,7 +3432,7 @@ else { //default: white
.list-status-active {
width: 10px;
height: 10px;
background-color: green;
background-color: #03C04A;
border-radius: 50%;
display: inline-block;
}
@@ -3445,6 +3445,14 @@ else { //default: white
display: inline-block;
}
.list-status-failed {
width: 10px;
height: 10px;
background-color: #ea4c46;
border-radius: 50%;
display: inline-block;
}
/* EDIT ********************************************************************************/
td.edit_delete_checkbox_all {