-
-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: allow to ignore temporary rules, fixes, impovements
- Added option to ignore temporary rules. All or only of duration "once". You can still use them when answering a pop-up, but if you check the option, the rules won't be added to the rules list. - Fixed wrong behaviour when adding rules to the db/gui. When changing a rule duration (always->30s, 30s->always), if there were connections matching that rule, the rule was re-added to the db/rules list with the old duration, ending up with 2 rules in the list. This was caused by how stats are sent to the GUI. When populating the db with the stats, we were also adding the rules. Now we don't add the rules when adding the stats. Rules are added to the db everytime a node connects to the GUI, when answering a pop-up or whenever the user performs an operation on them. Performance has increased a little bit due to this. - Fixed applying configuration to all nodes at once. - Added help menu to the preferences dialog. - Removed lists grid. - A little bit of code reorganization.
- Loading branch information
1 parent
fbcab5a
commit a3a171d
Showing
9 changed files
with
425 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.