mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix missing label
This commit is contained in:
parent
44337e83ee
commit
2a4128f0c0
3 changed files with 4 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ print([[
|
|||
<tr>
|
||||
<th>]].. i18n("plugins_overview.script") ..[[</th>
|
||||
<th>]].. i18n("plugins_overview.type") ..[[</th>
|
||||
<th>]].. i18n("plugins_overview.availability") ..[[</th>
|
||||
<th>]].. i18n("availability") ..[[</th>
|
||||
<th>]].. i18n("plugins_overview.hooks") ..[[</th>
|
||||
<th>]].. i18n("plugins_overview.filters") ..[[</th>
|
||||
<th>]].. i18n("action") ..[[</th>
|
||||
|
|
@ -169,7 +169,7 @@ print([[
|
|||
const types = [... new Set(table.columns(1).data()[0].flat())];
|
||||
const availability = [... new Set(table.columns(2).data()[0].flat())];
|
||||
|
||||
addFilterDropdown(']].. i18n("plugins_overview.availability") ..[[', availability, 2, "#user-scripts_filter", table);
|
||||
addFilterDropdown(']].. i18n("availability") ..[[', availability, 2, "#user-scripts_filter", table);
|
||||
addFilterDropdown(']].. i18n("plugins_overview.type") ..[[', types, 1, "#user-scripts_filter", table);
|
||||
},
|
||||
pageLength: 25,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue