mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Added support for dynamic tab size. Fixes #4231
2) Fixed an issue where a long file name is not visible on the process watcher dialog. Fixes #5950
This commit is contained in:
committed by
Akshay Joshi
parent
749ba4a25c
commit
2793747d3c
@@ -106,7 +106,9 @@ define('pgadmin.schemadiff', [
|
||||
},
|
||||
baseUrl = url_for('schema_diff.panel', url_params);
|
||||
|
||||
if (this.preferences.schema_diff_new_browser_tab) {
|
||||
var browser_preferences = pgBrowser.get_preferences_for_module('browser');
|
||||
var open_new_tab = browser_preferences.new_browser_tab_open;
|
||||
if (open_new_tab && open_new_tab.includes('schema_diff')) {
|
||||
window.open(baseUrl, '_blank');
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user