mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-26 13:17:19 -05:00
Do not show the tablespace node as inode ('+' sign for expanding the tree node for it).
This commit is contained in:
@@ -46,6 +46,10 @@ class TablespaceModule(CollectionNodeModule):
|
||||
"""
|
||||
return servers.ServerModule.NODE_TYPE
|
||||
|
||||
@property
|
||||
def node_inode(self):
|
||||
return False
|
||||
|
||||
|
||||
blueprint = TablespaceModule(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user