mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
fix for alter filtering datatable
This commit is contained in:
parent
6e84ce424b
commit
8c024d4cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ $(document).ready(function() {
|
|||
}
|
||||
]
|
||||
|
||||
const ALERTED_COLUMN_INDEX = 8;
|
||||
const ALERTED_COLUMN_INDEX = 7;
|
||||
addFilterDropdown(i18n.alert_status, filters, ALERTED_COLUMN_INDEX, "#am-table_filter", table_api);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue