pgAdmin 4 commit: Load only one set of CSS files per module. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Load only one set of CSS files per module.
Date
Msg-id E1b0OQQ-000767-Fe@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Load only one set of CSS files per module.

There are times, a module is loaded multiple times, and returns same set
of CSS files mulitple times, in order to avoid loading the same file
multiple times, we will create a set out of the list of CSS files.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7513cebd8c7be3993c9eb7e10c6c085caecb07c5

Modified Files
--------------
web/pgadmin/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Change server password [pgadmin4]
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: Added "Named restore point" functionality (pgAdmin4)