pgAdmin 4 commit: Prevent users selecting elements of the UI that shoul

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent users selecting elements of the UI that shoul
Date: 2016-11-18 10:55:03
Message-ID: E1c7gox-0000Kf-Tx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent users selecting elements of the UI that shouldn't be selectable. Fixes #1976

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=687f1f640f299405ae26aedf8f7b40aae4051872

Modified Files
--------------
web/pgadmin/about/templates/about/index.html | 49 +++++++++++-----------
web/pgadmin/static/css/overrides.css | 15 +++++++
web/pgadmin/tools/debugger/static/css/debugger.css | 4 ++
.../tools/sqleditor/static/css/sqleditor.css | 4 ++
4 files changed, 48 insertions(+), 24 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-11-18 10:55:31 PATCH: To fix the issue in trigger node (pgAdmin4)
Previous Message Murtuza Zabuawala 2016-11-18 08:59:13 PATCH: To fix the issue where query tool was not displaying messages from function