Adds 'family' column to the checks table

Addresses #5610
This commit is contained in:
Simone Mainardi 2021-09-22 14:31:00 +02:00
parent c49d988fc8
commit 9a6739fd2b
4 changed files with 25 additions and 15 deletions

View file

@ -89,7 +89,8 @@ for _, subdir in ipairs(subdirs) do
edit_url = checks.getScriptEditorUrl(script),
input_handler = input_handler,
value_description = script.template:describeConfig(hooks),
subdir = subdir
subdir = subdir,
subdir_title = i18n("config_scripts.granularities."..subdir),
}
end
end