mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Changed progress-bar and badges palette color (Issue #5346)
This commit is contained in:
parent
279ed66deb
commit
f3126b42fe
49 changed files with 646 additions and 35 deletions
|
|
@ -649,7 +649,7 @@ function internals_utils.getHashTablesFillBar(first_fill_pct, second_fill_pct, t
|
|||
end
|
||||
|
||||
if second_fill_pct > 0 then
|
||||
code = code..[[<div class="progress-bar bg-info" role="progressbar" title="]] ..i18n("flow_checks.idle").. [[" style="width: ]]..second_fill_pct..[[%" aria-valuenow="]]..second_fill_pct..[[" aria-valuemin="0" aria-valuemax="100">]]..i18n("flow_checks.idle")..[[</div>]]
|
||||
code = code..[[<div class="progress-bar bg-success" role="progressbar" title="]] ..i18n("flow_checks.idle").. [[" style="width: ]]..second_fill_pct..[[%" aria-valuenow="]]..second_fill_pct..[[" aria-valuemin="0" aria-valuemax="100">]]..i18n("flow_checks.idle")..[[</div>]]
|
||||
end
|
||||
|
||||
if third_fill_pct > 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue