pgAdmin 4 commit: Fix validation message styling on thegrant wizard. Fi

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix validation message styling on thegrant wizard. Fi
Date: 2017-09-20 10:34:03
Message-ID: E1ducKR-0002Rx-Vt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix validation message styling on thegrant wizard. Fixes #2673

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=13665f68d8e5b51621c176ada17c4f910a305055
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/static/css/wizard.css | 2 +-
web/pgadmin/browser/static/js/wizard.js | 12 ++++++++++--
web/pgadmin/tools/grant_wizard/static/js/grant_wizard.js | 6 ++++--
3 files changed, 15 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-20 10:34:23 Re: [pgAdmin4][Patch] RM 2673 Error not displaying in proper format in User management and Grant Wizard
Previous Message Dave Page 2017-09-20 10:30:13 Re: [pgAdmin4][Patch]: Fix the logic to extract the error in Query tool