pgAdmin 4 commit: Close button added to the alertify message box, which

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Close button added to the alertify message box, which
Date: 2018-04-24 13:30:54
Message-ID: E1fAy22-0004T2-0z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Close button added to the alertify message box, which pops up in case of backend error. Fixes #3290

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b653b742ede0e6d30ebb4ec03b8cbb2e0f993478
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/static/js/server.js | 7 ++++---
web/pgadmin/browser/static/js/error.js | 2 +-
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 9 ++++++---
web/pgadmin/tools/datagrid/static/js/datagrid.js | 2 ++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 1 +
5 files changed, 14 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-04-24 13:31:54 Re: [PATCH] [RM# 3290] Close button missing for the message window from the backend server
Previous Message Akshay Joshi 2018-04-24 08:59:38 Re: [pgadmin4][patch] [GreenPlum] Display SQL of table with index #3306