Files
pgadmin4/web/pgadmin/static/bundle/browser.js
Surinder Kumar 6d5417709c 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
2017-07-27 17:25:08 +05:30

6 lines
95 B
JavaScript

define('bundled_browser',[
'pgadmin.browser'
], function(pgBrowser) {
pgBrowser.init();
});