pgAdmin 4 commit: Fix alignment of checkbox to drop multiple schedules

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix alignment of checkbox to drop multiple schedules
Date: 2019-02-13 09:26:56
Message-ID: E1gtqoi-0005bi-Hl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix alignment of checkbox to drop multiple schedules of pgAgent job. Fixes #3946

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f43b05c2aea72e15bd77cf87ee20fd22a426493

Modified Files
--------------
docs/en_US/release_notes_4_3.rst | 1 +
web/pgadmin/browser/static/js/collection.js | 2 +-
web/pgadmin/static/scss/_pgadmin.style.scss | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-13 11:07:50 pgAdmin 4 commit: You can't change colours in Preferences. Fixes #2990
Previous Message Akshay Joshi 2019-02-13 07:43:16 pgAdmin 4 commit: Fix alignment of Close and Maximize button of Grant W