Added support to enable/disable rules. Fixes #6794 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=173cb60691d3b2217a19f17926e4deab04b2a87d Author: Pradip Parkale <pradip.park...@enterprisedb.com> Modified Files -------------- docs/en_US/images/rule_definition_enabled.png | Bin 0 -> 55235 bytes docs/en_US/release_notes_6_1.rst | 1 + docs/en_US/rule_dialog.rst | 7 ++ web/pgadmin/browser/server_groups/__init__.py | 2 +- .../databases/schemas/tables/rules/__init__.py | 12 ++- .../schemas/tables/rules/static/img/rule-bad.svg | 22 +++++ .../schemas/tables/rules/static/js/rule.js | 109 ++++++++++++++++++++- .../schemas/tables/rules/static/js/rule.ui.js | 22 ++++- .../tables/rules/templates/rules/css/rule.css | 11 +++ .../schemas/tables/templates/rules/sql/nodes.sql | 5 +- .../tables/templates/rules/sql/properties.sql | 1 + .../schemas/tables/templates/rules/sql/update.sql | 10 ++ 12 files changed, 191 insertions(+), 11 deletions(-)