mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Improve traffic dump storage utilization bar
This commit is contained in:
parent
88986d5589
commit
2e11f7506e
9 changed files with 129 additions and 55 deletions
|
|
@ -398,6 +398,23 @@ tr.quotas > td {
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.label-empty {
|
||||
background-color: #EFEFEF !important;
|
||||
}
|
||||
|
||||
.stacked-progress-legend {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.stacked-progress-legend > span span:not(:first-child) {
|
||||
font-size: 0.8em;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.stacked-progress-legend > span:not(:first-child) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* CSS for eBPF process charts */
|
||||
.link {
|
||||
fill: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue