mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube issues
This commit is contained in:
@@ -290,9 +290,8 @@ class SchemaView(PGChildNodeView):
|
||||
|
||||
# Privileges
|
||||
for aclcol in acls:
|
||||
if specific is not None:
|
||||
if aclcol not in specific:
|
||||
continue
|
||||
if specific is not None and aclcol not in specific:
|
||||
continue
|
||||
if aclcol in data:
|
||||
allowedacl = acls[aclcol]
|
||||
if modified:
|
||||
|
||||
@@ -77,9 +77,8 @@
|
||||
.menu-groups-a{
|
||||
display:flex !important;
|
||||
flex-direction:column;
|
||||
padding: 6px;
|
||||
color: $dropdown-link-color;
|
||||
padding: 6px 16px;
|
||||
color: $dropdown-link-color;
|
||||
}
|
||||
|
||||
.menu-groups-a span{
|
||||
|
||||
Reference in New Issue
Block a user