pgAdmin 4 commit: Remove duplicate properties in CSS and few js standar

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove duplicate properties in CSS and few js standar
Date: 2020-06-15 11:45:35
Message-ID: E1jknYV-0005uz-Dj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove duplicate properties in CSS and few js standard fixes reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=023a1f222f05abb2ded1e9f8bfc38f89fd3dd4d2
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/dashboard/static/js/dashboard.js | 2 ++
web/pgadmin/misc/file_manager/static/css/file_manager.css | 1 -
web/pgadmin/misc/file_manager/static/scss/_file_manager.scss | 2 --
web/pgadmin/misc/static/explain/scss/_explain.scss | 1 -
4 files changed, 2 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-15 11:46:06 Re: Patch for SonarQube UI fixes.
Previous Message Akshay Joshi 2020-06-15 11:21:38 Re: [pgAdmin][patch] Clumsy coding related fixes