pgAdmin 4 commit: Fix Reset Statistics operation for which the popup me

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix Reset Statistics operation for which the popup me
Date: 2017-01-24 10:19:36
Message-ID: E1cVyCO-0000BD-60@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix Reset Statistics operation for which the popup messages weren't displaying correctly. Fixes #2091

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=29a6f2e1244579bfdc238bd9d026d2f20ea663d6
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/templates/table/js/table.js | 77 +++++++++++-----------
1 file changed, 40 insertions(+), 37 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-01-24 10:19:42 Re: [Patch] Fix the Reset Statistic for a table pop up message
Previous Message Dave Page 2017-01-24 10:18:35 pgAdmin 4 commit: A little message cleanup.