mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
updated datatable button style (#4501)
This commit is contained in:
parent
abf30f74bc
commit
3a90817f1d
7 changed files with 12 additions and 12 deletions
|
|
@ -335,7 +335,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
record["column_thpt"] = "0 "..throughput_type
|
||||
end
|
||||
|
||||
local column_info = hostinfo2detailshref(value, {page = "flows"}, "<span class='badge badge-info'>"..i18n("flows").."</span>")
|
||||
local column_info = hostinfo2detailshref(value, {page = "flows"}, "<span class='btn btn-sm btn-info'><i class='fas fa-stream'></i></span>")
|
||||
|
||||
if have_nedge and (host ~= nil) and (host.localhost or host.systemhost) then
|
||||
column_info = column_info.." <span title='"..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue