mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support to launch PSQL for the connected database server. Fixes #2341
This commit is contained in:
committed by
Akshay Joshi
parent
37dece2cd8
commit
3ddf941cd7
@@ -11,6 +11,7 @@ define('bundled_browser',[
|
||||
'pgadmin.browser',
|
||||
'sources/browser/index',
|
||||
'top/tools/erd/static/js/index',
|
||||
'top/tools/psql/static/js/index',
|
||||
], function(pgBrowser) {
|
||||
pgBrowser.init();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user