Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CHANGELOG

* Improve the error popup window to make its contents more readable (PR#304 by Radek Vyhnal).
* Tests: Update/Fix Debian package build scripts (PR#305 by Sebastian Wagner).
* Fix the controller command shown in Monitor tab (PR#311 by Sebastian Wagner)

### Configuration
- Sort bots alphabetically in side menu (PR#298 by Psych0meter).
Expand Down
2 changes: 1 addition & 1 deletion intelmq_manager/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def buildhtml(outputdir: pathlib.Path = pathlib.Path('html')):
shutil.copytree(src, dst)

print('rendering dynvar.js')
rendered = render_page('dynvar', allowed_path='/opt/intelmq/var/lib/bots/', controller_cmd='intelmq')
rendered = render_page('dynvar', allowed_path='/opt/intelmq/var/lib/bots/', controller_cmd='intelmqctl')
outputdir.joinpath('js/dynvar.js').write_text(rendered)


Expand Down
Loading