From a7e1e25cf409585b1a414a77dbb6374e83c5fadd Mon Sep 17 00:00:00 2001 From: Surinder Kumar Date: Fri, 24 Jun 2016 10:12:57 +0100 Subject: [PATCH] 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. --- web/pgadmin/browser/templates/browser/js/browser.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/pgadmin/browser/templates/browser/js/browser.js b/web/pgadmin/browser/templates/browser/js/browser.js index ae99ff697..e2242f298 100644 --- a/web/pgadmin/browser/templates/browser/js/browser.js +++ b/web/pgadmin/browser/templates/browser/js/browser.js @@ -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: '
' }), // Properties of the object node