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