mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revert "Allow the user to close the dashboard panel. Fixes #2506"
This reverts commit a87ee6d059.
This commit is contained in:
@@ -562,7 +562,7 @@ define([
|
||||
});
|
||||
|
||||
// Create the debugger panel as per the data received from user input dialog.
|
||||
var dashboardPanel = pgBrowser.docker.findPanels('properties'),
|
||||
var dashboardPanel = pgBrowser.docker.findPanels('dashboard'),
|
||||
panel = pgBrowser.docker.addPanel(
|
||||
'frm_debugger', wcDocker.DOCK.STACKED, dashboardPanel[0]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user