Use APP_ICON in template (#1855)

* use APP_ICON in template

* use APP_NAME in navbar template
This commit is contained in:
szmate1618 2016-12-16 17:56:26 +01:00 committed by Maxime Beauchemin
parent 007ee88d33
commit bb04e6fcfa
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
</button>
<a class="navbar-brand" href="/superset/profile/{{ current_user.username }}/">
<img
width="126" src="/static/assets/images/superset-logo@2x.png"
alt="Superset"
width="126" src="{{ appbuilder.app_icon }}"
alt="{{ appbuilder.app_name }}"
/>
</a>
</div>