mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-26 13:17:19 -05:00
Don't add (GROUP) to the end of group role names; that's denoted by the icon.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user