mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-02 13:29:11 -06:00
Do not show the tablespace node as inode ('+' sign for expanding the tree node for it).
This commit is contained in:
parent
86115cff6c
commit
01d020ed95
@ -46,6 +46,10 @@ class TablespaceModule(CollectionNodeModule):
|
||||
"""
|
||||
return servers.ServerModule.NODE_TYPE
|
||||
|
||||
@property
|
||||
def node_inode(self):
|
||||
return False
|
||||
|
||||
|
||||
blueprint = TablespaceModule(__name__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user