From 462b86df8d3a2d9a42f2e946f4478f629304d726 Mon Sep 17 00:00:00 2001 From: Pradip Parkale Date: Fri, 25 Jun 2021 11:11:28 +0530 Subject: [PATCH] Remove some configuration from the about dialog. --- web/pgadmin/about/__init__.py | 2 +- web/pgadmin/about/templates/about/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/pgadmin/about/__init__.py b/web/pgadmin/about/__init__.py index 0076a8a93..51afeab98 100644 --- a/web/pgadmin/about/__init__.py +++ b/web/pgadmin/about/__init__.py @@ -91,7 +91,7 @@ def index(): 'SECRET_KEY', 'SECURITY_PASSWORD_SALT', 'SECURITY_PASSWORD_HASH', - 'ALLOWED_HOSTS' + 'ALLOWED_HOSTS', 'MAIL_PASSWORD', 'LDAP_BIND_PASSWORD', 'SECURITY_PASSWORD_HASH']: diff --git a/web/pgadmin/about/templates/about/index.html b/web/pgadmin/about/templates/about/index.html index e7810a6b7..f63ab9675 100644 --- a/web/pgadmin/about/templates/about/index.html +++ b/web/pgadmin/about/templates/about/index.html @@ -39,8 +39,8 @@
- - + +
{% endif %}