mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -06:00
fe834d1ed2
simple. This also adds the ability to display servers on the treeview.
15 lines
434 B
Python
15 lines
434 B
Python
##########################################################################
|
|
#
|
|
# pgAdmin 4 - PostgreSQL Tools
|
|
#
|
|
# Copyright (C) 2013 - 2015, The pgAdmin Development Team
|
|
# This software is released under the PostgreSQL Licence
|
|
#
|
|
##########################################################################
|
|
|
|
# Node meta data
|
|
NODE_TYPE = 'server-group'
|
|
NODE_PATH = '/browser/nodes/' + NODE_TYPE
|
|
|
|
# Define the child node list
|
|
sub_nodes = [ ] |