Skip to content

Commit 9251781

Browse files
committed
Fix the controller command shown in Monitor tab
1 parent 1b41716 commit 9251781

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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).

intelmq_manager/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)