| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Revert "Display busy indicators in a much more consis |
| Date: | 2016-06-29 09:41:00 |
| Message-ID: | E1bIBzQ-0006Vp-Bz@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Revert "Display busy indicators in a much more consistent way. Fixes #1242"
This reverts commit 7fbefa507bd1251609d4dae15158bd7ca6f9b618 which seems to be
missing things.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1222681888c102f3dccf5432cf7cb826dca89f0c
Modified Files
--------------
.../browser/templates/browser/js/collection.js | 28 +++---------
.../dashboard/templates/dashboard/js/dashboard.js | 8 ----
web/pgadmin/misc/depends/static/js/depends.js | 51 +++++-----------------
web/pgadmin/static/css/overrides.css | 4 --
web/pgadmin/static/css/wcDocker/Themes/pgadmin.css | 27 +-----------
.../tools/datagrid/templates/datagrid/index.html | 8 ++--
web/pgadmin/tools/debugger/static/css/debugger.css | 24 ++++++++--
.../tools/sqleditor/static/css/sqleditor.css | 25 ++++++++---
8 files changed, 60 insertions(+), 115 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2016-06-29 09:43:23 | Re: [pgAdmin4][Patch]: RM#1242 - Cleanup busy indication for tree view and tab panes |
| Previous Message | Murtuza Zabuawala | 2016-06-29 09:32:17 | PATCH: to fix jsonb type rendering in runtime (pgAdmin4) |