Don't add (GROUP) to the end of group role names; that's denoted by the icon.

This commit is contained in:
Dave Page 2016-02-12 16:39:56 +00:00
parent 639a3ed0ac
commit 47fc43c23f

View File

@ -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) {