mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Introduced new controls to show the list of a node type (by name and id) as properties of other node.
Resolved a typo in privileges control. Removed duplicate lines in backform.pgadmin.js
This commit is contained in:
@@ -96,8 +96,7 @@ class CollectionNodeModule(PgAdminModule, PGChildModule):
|
||||
snippets = [
|
||||
render_template(
|
||||
"browser/css/collection.css",
|
||||
node_type=self.node_type,
|
||||
_=gettext
|
||||
node_type=self.node_type
|
||||
),
|
||||
render_template(
|
||||
"browser/css/node.css",
|
||||
|
||||
Reference in New Issue
Block a user