Revert "Allow the user to close the dashboard panel. Fixes #2506"

This reverts commit a87ee6d059.
This commit is contained in:
Dave Page
2017-06-27 10:35:43 -04:00
parent 1b49bb8b22
commit 96412b3219
7 changed files with 19 additions and 71 deletions

View File

@@ -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]
);