pgAdmin 4 commit: Load only one set of CSS files per module.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Load only one set of CSS files per module.
Date: 2016-05-11 07:19:18
Message-ID: E1b0OQQ-000767-Fe@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-05-11 07:41:16 PATCH: Added "Named restore point" functionality (pgAdmin4)
Previous Message Harshal Dhumal 2016-05-11 07:05:15 Change server password [pgadmin4]