pgAdmin 4 commit: Add a title bar to the treeview browser, as this is t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a title bar to the treeview browser, as this is t
Date: 2016-06-24 09:13:01
Message-ID: E1bGNAb-00039l-6G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7e1e25cf409585b1a414a77dbb6374e83c5fadd
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/browser.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-24 09:13:24 Re: [pgAdmin4][Patch]: RM#1184 - Re-docking on the main tabset is broken
Previous Message Dave Page 2016-06-24 09:04:54 pgAdmin 4 commit: Styling tweaks