mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Update base.html
Use SITE_NAME for upper left title on base page. This can be useful when using multiple powerdns admin in an organization.
This commit is contained in:
parent
d50d57bc70
commit
b607c1b7ff
@ -32,7 +32,13 @@
|
|||||||
<!-- mini logo for sidebar mini 50x50 pixels -->
|
<!-- mini logo for sidebar mini 50x50 pixels -->
|
||||||
<span class="logo-mini"><b>PD</b>A</span>
|
<span class="logo-mini"><b>PD</b>A</span>
|
||||||
<!-- logo for regular state and mobile devices -->
|
<!-- logo for regular state and mobile devices -->
|
||||||
<span class="logo-lg"><b>PowerDNS</b>-Admin</span>
|
<span class="logo-lg">
|
||||||
|
{% if SETTING.get('site_name') %}
|
||||||
|
<b>{{ SITE_NAME }}</b>
|
||||||
|
{% else %}
|
||||||
|
<b>PowerDNS</b>-Admin
|
||||||
|
{% endif %}
|
||||||
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<!-- Header Navbar: style can be found in header.less -->
|
<!-- Header Navbar: style can be found in header.less -->
|
||||||
<nav class="navbar navbar-static-top">
|
<nav class="navbar navbar-static-top">
|
||||||
|
Loading…
Reference in New Issue
Block a user