mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add a title bar to the treeview browser, as this is the only (currently) supported way to fix docking issues with our code in wcDocker. Fixes #1184
Original patch by Surinder. Simplified and re-styled by me.
This commit is contained in:
committed by
Dave Page
parent
8f643a1946
commit
a7e1e25cf4
@@ -55,9 +55,10 @@ function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
|
||||
'browser': new pgAdmin.Browser.Panel({
|
||||
name: 'browser',
|
||||
title: '{{ _('Browser') }}',
|
||||
showTitle: false,
|
||||
showTitle: true,
|
||||
isCloseable: false,
|
||||
isPrivate: true,
|
||||
icon: 'fa fa-binoculars',
|
||||
content: '<div id="tree" class="aciTree"></div>'
|
||||
}),
|
||||
// Properties of the object node
|
||||
|
||||
Reference in New Issue
Block a user