implement system_reports and convert PortErrorDisabled to system report

This commit is contained in:
Oliver Gorwits
2018-02-22 21:31:17 +00:00
parent 2aaec6b059
commit 8d82023ac6
3 changed files with 20 additions and 49 deletions

View File

@@ -194,4 +194,7 @@ if (setting('reports') and ref {} eq ref setting('reports')) {
}} keys %{ setting('reports') } ];
}
# add system_reports onto reports
config->{'reports'} = [ @{setting('system_reports')}, @{setting('reports')} ];
true;