mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added search object functionality. Fixes #2172
This commit is contained in:
committed by
Akshay Joshi
parent
f77aa3284f
commit
e1f990190e
@@ -24,7 +24,7 @@ define('pgadmin.node.extension', [
|
||||
pgAdmin.Browser.Nodes['coll-extension'] =
|
||||
pgAdmin.Browser.Collection.extend({
|
||||
node: 'extension',
|
||||
label: gettext('Extension'),
|
||||
label: gettext('Extensions'),
|
||||
type: 'coll-extension',
|
||||
columns: ['name', 'owner', 'comment'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user