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

This commit is contained in:
Khushboo Vashi
2017-06-27 09:21:24 -04:00
committed by Dave Page
parent c65158312d
commit a87ee6d059
7 changed files with 71 additions and 19 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('dashboard'),
var dashboardPanel = pgBrowser.docker.findPanels('properties'),
panel = pgBrowser.docker.addPanel(
'frm_debugger', wcDocker.DOCK.STACKED, dashboardPanel[0]
);