mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Bootstrap migration timeseries dropdown dividers and headers
This commit is contained in:
parent
fa97d65293
commit
2fd08cf6f3
1 changed files with 2 additions and 2 deletions
|
|
@ -359,11 +359,11 @@ function populateGraphMenuEntry(label, base_url, params, tab_id, needs_separator
|
|||
end
|
||||
|
||||
function makeMenuDivider()
|
||||
return '<li role="separator" class="divider"></li>'
|
||||
return '<div class="dropdown-divider"></div>'
|
||||
end
|
||||
|
||||
function makeMenuHeader(label)
|
||||
return '<li class="dropdown-header">'.. label ..'</li>'
|
||||
return '<h6 class="dropdown-header">'.. label ..'</h6>'
|
||||
end
|
||||
|
||||
function graphMenuDivider()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue