pgadmin4/web/pgadmin/browser/server_groups
Aditya Toshniwal 764677431f Added React framework for the properties dialog and port Server Group, Server, and Database dialogs.
Following changes done for the framework:
 - Framework for creating React based dynamic form view out of a pre-defined UI schema. Previously, it was based on Backform/Backbone.
 - The new framework and components will use MaterialUI as the base. Previously, Bootstrap/Backform/jQuery components were used.
 - The new code uses JSS instead of CSS since material UI and most modern React libraries also use JSS. In the future, this will allow us to change the theme in real-time without refresh.
 - 90% code covered by 80-85 new jasmine test cases.
 - Server group node UI Schema migration to new, with schema test cases.
 - Server node UI Schema migration to new, with schema test cases.
 - Database node UI Schema migration to new, with schema test cases.
 - Few other UI changes.

Fixes #6130
2021-09-09 12:20:59 +05:30
..
servers Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
static Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
templates/css Added shared server support for admin users. Fixes #4979 2020-09-03 12:59:28 +05:30
tests Improve code coverage and API test cases for Server module. Fixes #5319 2021-03-30 11:12:33 +05:30
__init__.py Fixed an issue where shared server entries not getting deleted from SQLite database if the user gets deleted. Fixes #6143 2021-02-04 11:31:39 +05:30