Do not show the tablespace node as inode ('+' sign for expanding the tree node for it).

This commit is contained in:
Ashesh Vashi 2016-02-05 14:19:30 +05:30
parent 86115cff6c
commit 01d020ed95

View File

@ -46,6 +46,10 @@ class TablespaceModule(CollectionNodeModule):
"""
return servers.ServerModule.NODE_TYPE
@property
def node_inode(self):
return False
blueprint = TablespaceModule(__name__)