Add server overload detection

This commit is contained in:
2024-12-27 11:46:21 +01:00
parent 2c1aa92159
commit 3fa40e1954
6 changed files with 38 additions and 35 deletions

View File

@@ -39,9 +39,9 @@ $: {
width: 100%;
/* the font-size is two pixels smaller than the progress bar, this leaves
one px margin top and bottom */
height: 16px;
font-size: 14px;
line-height: 15px;
height: 18px;
font-size: 15px;
line-height: 18px;
overflow: hidden;
}
.progress_bar_inner {