Skip to content

Commit

Permalink
Remove the 'Objects' tab from the backup dialog as the feature is not…
Browse files Browse the repository at this point in the history
… yet implemented
  • Loading branch information
akshay-joshi committed Jul 24, 2023
1 parent 52643a5 commit 8ec5fca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/pgadmin/tools/backup/static/js/backup.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,15 +699,6 @@ export default class BackupSchema extends BaseUISchema {
label: gettext('Miscellaneous'),
group: gettext('Options'),
schema: obj.getMiscellaneousSchema(),
}, {
id: 'objects',
label: gettext('objects'),
group: gettext('Objects'),
type: 'tree',
visible: () => {
return isVisibleForServerBackup(obj?.backupType);
},
tree_type: 'checkbox'
}];
}

Expand Down

0 comments on commit 8ec5fca

Please sign in to comment.