mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed duplicated help link (#8799)
This commit is contained in:
parent
173e0aaca0
commit
b33cd7f697
8 changed files with 8 additions and 28 deletions
|
|
@ -301,7 +301,6 @@ end
|
|||
local function format_historical_issues(flow_details, flow)
|
||||
local alert_store_utils = require "alert_store_utils"
|
||||
local alert_entities = require "alert_entities"
|
||||
local alert_consts = require "alert_consts"
|
||||
local format_utils = require "format_utils"
|
||||
local alert_store_instances = alert_store_utils.all_instances_factory()
|
||||
local alert_utils = require "alert_utils"
|
||||
|
|
@ -378,7 +377,7 @@ local function format_historical_issues(flow_details, flow)
|
|||
end
|
||||
|
||||
flow_details[#flow_details + 1] = {
|
||||
name = i18n('total_flow_score'),
|
||||
name = i18n('detected_issues'),
|
||||
values = {html}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue