mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Changed Exporter name into Probe (#5668)
This commit is contained in:
parent
d34df54b48
commit
a23babe57d
17 changed files with 96 additions and 96 deletions
|
|
@ -181,7 +181,7 @@ local defined_toats = {
|
|||
dismissable = true,
|
||||
has_priority = false,
|
||||
predicate = predicates.exporters_SNMP_ratio_column,
|
||||
pages = {pages.flow_exporters.key},
|
||||
pages = {pages.probes.key},
|
||||
subpages = EMPTY_PAGES,
|
||||
excluded_pages = EMPTY_PAGES,
|
||||
excluded_subpages = EMPTY_PAGES
|
||||
|
|
|
|||
|
|
@ -488,7 +488,7 @@ function predicates.empty(toast, container)
|
|||
-- do nothing!
|
||||
end
|
||||
|
||||
--- Generate two toasts if the SNMP ratio is not available for exporters
|
||||
--- Generate two toasts if the SNMP ratio is not available for probes
|
||||
--- @param toast table The toast is the logic model defined in defined_toasts
|
||||
--- @param container table Is the table where to put the new toast ui
|
||||
function predicates.exporters_SNMP_ratio_column(toast, container)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue