We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c461ff commit b9c7e7eCopy full SHA for b9c7e7e
web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js
@@ -127,12 +127,6 @@ define('pgadmin.node.mview', [
127
data: {concurrent: true, with_data: true}, priority: 3,
128
applies: ['object', 'context'], callback: 'refresh_mview',
129
label: gettext('With data (concurrently)'),
130
- },{
131
- name: 'refresh_mview_concurrent_nodata', node: 'mview', module: this,
132
- category: 'refresh_mview', enable: 'is_version_supported',
133
- data: {concurrent: true, with_data: false}, priority: 4,
134
- applies: ['object', 'context'], callback: 'refresh_mview',
135
- label: gettext('With no data (concurrently)'),
136
}]);
137
},
138
getSchema: function(treeNodeInfo, itemNodeData) {
0 commit comments