pgadmin4/web/pgadmin/about
Dave Page 89cc11fb80 This is a big one campers; Add initial support for treeview nodes.
This commit adds the following:

- Storage of server groups in the configuration database
- Creation of a default server group on in the database
- A mechanism for plugging in treeview node types
- A node type for server groups with:
  - Treeview display
  - Custom per-node javascript implementing a menu option/dialogue to add new groups
  - Custom per-node CSS to style the treeview node
- JSON formatted data in response to AJAX requests, including:
  - Success/failure indication
  - Error message
  - Extra info (e.g. stack trace)
  - The original request data
  - Additional return data, e.g. node ID and label etc.
2015-02-15 17:10:53 -05:00
..
templates/about Miscellaneous fixes and cleanups. 2015-02-13 15:19:08 +00:00
__init__.py Add automatic browser menu integration for modules. 2015-01-27 14:18:27 +00:00
hooks.py This is a big one campers; Add initial support for treeview nodes. 2015-02-15 17:10:53 -05:00
views.py Miscellaneous fixes and cleanups. 2015-02-13 15:19:08 +00:00