You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking "Clear Configuration" the defaults.conf is not loaded, thus the defaults.conf file will be empty once saving the cleared botnet. This can be fixed by modifying configs.js (function load_bots)
However, I think that clearing/resetting the defaults also might be useful.
What about two options:
"Clear configuration": rename maybe to "clear all bots" with the behavior you propose
And a new "Reset configuration" which resets the config to the shipped. That action could be performed by by intelmqctl in the backend (easier than with pure JS)
Could be done by a new modal dialog, so any of these actions require at least two (or more) clicks.
When clicking "Clear Configuration" the defaults.conf is not loaded, thus the defaults.conf file will be empty once saving the cleared botnet. This can be fixed by modifying configs.js (function load_bots)
Adding the "load_file" statement correctly loads defaults.conf when clearing the botnet.
The text was updated successfully, but these errors were encountered: