mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-23 01:06:31 -06:00
Remove some configuration from the about dialog.
This commit is contained in:
parent
6645625e6b
commit
462b86df8d
@ -91,7 +91,7 @@ def index():
|
|||||||
'SECRET_KEY',
|
'SECRET_KEY',
|
||||||
'SECURITY_PASSWORD_SALT',
|
'SECURITY_PASSWORD_SALT',
|
||||||
'SECURITY_PASSWORD_HASH',
|
'SECURITY_PASSWORD_HASH',
|
||||||
'ALLOWED_HOSTS'
|
'ALLOWED_HOSTS',
|
||||||
'MAIL_PASSWORD',
|
'MAIL_PASSWORD',
|
||||||
'LDAP_BIND_PASSWORD',
|
'LDAP_BIND_PASSWORD',
|
||||||
'SECURITY_PASSWORD_HASH']:
|
'SECURITY_PASSWORD_HASH']:
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<textarea id="about-textarea" rows="7" cols="150" style="position: relative;width:101%; white-space: pre-wrap;" readonly>{{ info.settings|safe }}</textarea>
|
<textarea id="about-textarea" rows="7" cols="150" style="position: relative;width:105%; white-space: pre-wrap;" readonly>{{ info.settings|safe }}</textarea>
|
||||||
<button class="btn btn-secondary about-copy" id="copy_textarea" style="position:absolute;top:0;right:0;z-index:20;padding:0px;">Copy</button>
|
<button class="btn btn-secondary about-copy" id="copy_textarea" style="position:absolute;top:0;right:0;z-index:20;">Copy</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user