pgAdmin 4 commit: Load only one set of CSS files per module.
pgAdmin 4 commit: Load only one set of CSS files per module.
От:
Ashesh Vashi <ashesh.vashi@enterprisedb.com>
Дата:
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(-)