mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Discovery improvements
This commit is contained in:
parent
8131ba89b1
commit
c09023a2bc
2 changed files with 21 additions and 13 deletions
|
|
@ -155,6 +155,8 @@ local id2label = {
|
|||
}
|
||||
|
||||
discover.ghost_icon = '<i class="fa fa-snapchat-ghost fa-lg" aria-hidden="true"></i>'
|
||||
discover.android_icon = '<i class="fa fa-android fa-lg" aria-hidden="true"></i>'
|
||||
discover.apple_icon = '<i class="fa fa-apple fa-lg" aria-hidden="true"></i>'
|
||||
|
||||
local function device_label_sort_fn(a, b)
|
||||
return asc_insensitive(a[2], b[2])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue