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.pull/3/head
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue