From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Consistent busy indication. Fixes #1242 |
Date: | 2016-06-29 11:16:05 |
Message-ID: | E1bIDTR-0002xH-5k@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Consistent busy indication. Fixes #1242
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53434030c1fe82cac0607a1934e164dece9fd664
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Modified Files
--------------
.../browser/templates/browser/js/browser.js | 6 ---
.../browser/templates/browser/js/collection.js | 24 ++++++++--
web/pgadmin/browser/templates/browser/js/node.js | 23 ++++++++-
web/pgadmin/misc/depends/static/js/depends.js | 44 ++++++++++++------
web/pgadmin/misc/sql/static/js/sql.js | 22 ++++++++-
.../misc/statistics/static/js/statistics.js | 25 ++++++++--
web/pgadmin/static/css/overrides.css | 4 ++
web/pgadmin/static/css/wcDocker/Themes/pgadmin.css | 27 ++++++++++-
.../tools/datagrid/templates/datagrid/index.html | 8 ++--
.../datagrid/templates/datagrid/js/datagrid.js | 54 +++++++++++++---------
web/pgadmin/tools/debugger/static/css/debugger.css | 24 ++--------
.../tools/sqleditor/static/css/sqleditor.css | 25 +++-------
.../sqleditor/templates/sqleditor/js/sqleditor.js | 9 ++--
13 files changed, 194 insertions(+), 101 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-06-29 11:16:11 | Re: [pgAdmin4][Patch]: RM#1242 - Cleanup busy indication for tree view and tab panes |
Previous Message | Murtuza Zabuawala | 2016-06-29 10:54:26 | Re: PATCH: 'serial' like types were missing while creating table/column (pgAdmin4) |