Add the session status to user logs

This commit is contained in:
FusionPBX
2024-09-02 23:42:52 -06:00
committed by GitHub
parent ffd0545a22
commit 452ddc9539
4 changed files with 37 additions and 5 deletions
+16
View File
@@ -3230,6 +3230,22 @@ else { //default: white
white-space: nowrap;
}
.list-status-active {
width: 10px;
height: 10px;
background-color: green;
border-radius: 50%;
display: inline-block;
}
.list-status-inactive {
width: 10px;
height: 10px;
background-color: #ccc;
border-radius: 50%;
display: inline-block;
}
/* EDIT ********************************************************************************/
td.edit_delete_checkbox_all {