File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ CHANGELOG
1212
1313 * Improve the error popup window to make its contents more readable (PR #304 by Radek Vyhnal).
1414 * Tests: Update/Fix Debian package build scripts (PR #305 by Sebastian Wagner).
15+ * Fix the controller command shown in Monitor tab (PR #311 by Sebastian Wagner)
1516
1617### Configuration
1718- Sort bots alphabetically in side menu (PR #298 by Psych0meter).
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def buildhtml(outputdir: pathlib.Path = pathlib.Path('html')):
3737 shutil .copytree (src , dst )
3838
3939 print ('rendering dynvar.js' )
40- rendered = render_page ('dynvar' , allowed_path = '/opt/intelmq/var/lib/bots/' , controller_cmd = 'intelmq ' )
40+ rendered = render_page ('dynvar' , allowed_path = '/opt/intelmq/var/lib/bots/' , controller_cmd = 'intelmqctl ' )
4141 outputdir .joinpath ('js/dynvar.js' ).write_text (rendered )
4242
4343
You can’t perform that action at this time.
0 commit comments