mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
This adds bootstrap-dialog to help with creation of nice dialogs, and adds the ability for modules to render Javascript into the browser, and specify onclick handlers in the menu system. Also add a basic About dialog, using the new infrastructure and showing some useful info about the application.
6 lines
187 B
HTML
6 lines
187 B
HTML
{% block watermark %}
|
|
<div style="position: fixed; bottom: 0; right: 0;">
|
|
<img src="{{ url_for('static', filename='img/logo-right-256.png') }}" alt="pgAdmin 4">
|
|
</div>
|
|
{% endblock %}
|