diff --git a/web/pgadmin/browser/static/css/wizard.css b/web/pgadmin/browser/static/css/wizard.css index 2c19a09..da93d57 100644 --- a/web/pgadmin/browser/static/css/wizard.css +++ b/web/pgadmin/browser/static/css/wizard.css @@ -143,7 +143,3 @@ .select2-container--open { z-index: 10000; } - -.alertify .ajs-body .ajs-content { - padding: 0px; -} \ No newline at end of file diff --git a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js index 21f8516..aef7621 100644 --- a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js +++ b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js @@ -142,7 +142,7 @@ define([ var supported_nodes = [ 'schema', 'coll-function', 'coll-sequence', 'coll-table', 'coll-view', 'coll-procedure', - 'coll-materialized_view', 'database' + 'coll-mview', 'database' ], /**