Get status (red, yellow, green)

This commit is contained in:
2025-03-30 17:01:41 +05:00
parent fe00eb085e
commit a870255ba6
2 changed files with 60 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ tr {
cursor: pointer;
}
tr::before {
tr > td:first-child::before {
content: '';
display: none;
position: absolute;
@@ -43,9 +43,9 @@ tr::after {
animation: spin 1s linear infinite;
}
tr.loading::before,
tr.loading > td:first-child::before,
tr.loading::after {
display: block;
display: inline;
}
td {