Refactor server dialogue validation for better unit testing.

Victoria & Joao @ Pivotal.
This commit is contained in:
Victoria Henry
2018-03-13 14:47:32 -04:00
committed by Dave Page
parent 156b308fd3
commit 6b03cb78af
10 changed files with 299 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
define('bundled_browser',[
'pgadmin.browser',
'sources/browser/server_groups/servers/databases/external_tables/index',
'sources/browser/index',
], function(pgBrowser) {
pgBrowser.init();
});