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
@@ -18,6 +18,7 @@ define('pgadmin.node.role', [
|
||||
pgAdmin.Browser.Nodes['coll-role'] =
|
||||
pgAdmin.Browser.Collection.extend({
|
||||
node: 'role',
|
||||
label: gettext('Login/Group Roles'),
|
||||
type: 'coll-role',
|
||||
columns: [
|
||||
'rolname', 'rolvaliduntil', 'rolconnlimit', 'rolcanlogin',
|
||||
|
||||
Reference in New Issue
Block a user