mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Re-added preferences search (#6507)
This commit is contained in:
parent
bf458edb31
commit
3ce59d20c7
2 changed files with 98 additions and 1 deletions
|
|
@ -1468,7 +1468,16 @@ print[[
|
|||
<table class="table">
|
||||
<col width="20%">
|
||||
<col width="80%">
|
||||
<tr><td style="padding-right: 20px;">
|
||||
<tr><td style="padding-right: 20px;">]]
|
||||
|
||||
print(
|
||||
template.gen("prefs_search.template", {
|
||||
http_prefix = ntop.getHttpPrefix(),
|
||||
placeholder = i18n("prefs.search_preferences")
|
||||
})
|
||||
)
|
||||
|
||||
print[[
|
||||
<div class="list-group">]]
|
||||
|
||||
printMenuSubpages(tab)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue