mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Move 3rd party client code into vendor/ directories for ease of maintenance.
This commit is contained in:
@@ -1338,8 +1338,8 @@ define(
|
||||
'#container', {
|
||||
allowContextMenu: false,
|
||||
allowCollapse: false,
|
||||
themePath: '{{ url_for('static', filename='css/wcDocker/Themes') }}',
|
||||
theme: 'pgadmin'
|
||||
themePath: '{{ url_for("static", filename="css") }}',
|
||||
theme: 'webcabin.overrides.css'
|
||||
});
|
||||
|
||||
this.panels = [];
|
||||
|
||||
Reference in New Issue
Block a user