mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Minor badge position change
This commit is contained in:
parent
f645300061
commit
f56c61ae90
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ page_utils.print_navbar(i18n("hosts"), base_url .. "?", {{
|
|||
active = page == "inactive_hosts" or page == nil,
|
||||
page_name = "inactive_hosts",
|
||||
label = i18n('inactive_hosts') ..
|
||||
'<span class="badge rounded-pill bg-dark" style="float: right; margin-bottom: -10px;">' ..
|
||||
'<span class="badge rounded-pill bg-dark" style="float: right; margin-top: -8px;">' ..
|
||||
inactive_hosts_utils.getInactiveHostsNumber(ifstats.id) .. '</span>'
|
||||
}})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue