show packet error stats

This commit is contained in:
Lewis Moten
2024-05-14 20:43:48 -04:00
parent da7feaf09e
commit c4a0d8afd1
8 changed files with 333 additions and 47 deletions

View File

@@ -66,10 +66,12 @@ canvas {
min-height: 14px;
background-color: yellow;
position: relative;
z-index: 2;
left: 0;
width: 0;
/* transition: width 0.3s ease; */
display: inline-block;
transition: width 1s ease;
}
.progress-bar:nth-child(2) {
background-color: red;
}
.xprogress-container::after {
content: attr(data-percent) '%';