Changed Exporter name into Probe (#5668)

This commit is contained in:
MatteoBiscosi 2021-07-14 12:43:05 +02:00
parent d34df54b48
commit a23babe57d
17 changed files with 96 additions and 96 deletions

View file

@ -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

View file

@ -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)