mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Moved the javascripts of different modules from 'templates' to 'static' directory.
Moving the javascripts for the following modules: - About - Browser nodes - Dashboard - FileManager - Vendor/snap.svg - Preferences - Settings - Backup - Datagrid - Debugger - Sqleditor - Grant Wizard - Import & Export - Maintenance - Restore and - User Management
This commit is contained in:
committed by
Ashesh Vashi
parent
831c614a60
commit
6d5417709c
@@ -42,7 +42,6 @@
|
||||
codemirror: "{{ url_for('static', filename='js/generated/codemirror') }}",
|
||||
datagrid: "{{ url_for('static', filename='js/generated/datagrid') }}",
|
||||
sqleditor: "{{ url_for('static', filename='js/generated/sqleditor') }}",
|
||||
'browser_node': "{{ url_for('static', filename='js/generated/browser_node') }}",
|
||||
'pgadmin.browser.utils': "{{ url_for('browser.index') }}" + "js/utils",
|
||||
'pgadmin.browser.endpoints': "{{ url_for('browser.index') }}" + "js/endpoints",
|
||||
'pgadmin.browser.messages': "{{ url_for('browser.index') }}" + "js/messages",
|
||||
|
||||
Reference in New Issue
Block a user