mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Don't add (GROUP) to the end of group role names; that's denoted by the icon.
This commit is contained in:
parent
639a3ed0ac
commit
47fc43c23f
@ -294,9 +294,6 @@ function($, _, S, pgAdmin, pgBrowser, alertify, Backform) {
|
||||
hasSQL: true,
|
||||
canDrop: true,
|
||||
node_label: function(r) {
|
||||
if (!r.can_login) {
|
||||
return r.label + '(GROUP)';
|
||||
}
|
||||
return r.label;
|
||||
},
|
||||
node_image: function(r) {
|
||||
|
Loading…
Reference in New Issue
Block a user