Allow for configurable logo in the top left corner using ENTERPRISE_LOGO_URL parameter.

This commit is contained in:
Jake Moshenko 2014-12-12 18:25:30 -05:00
parent ea3d909477
commit 79b61e7709
3 changed files with 17 additions and 6 deletions

View file

@ -4,7 +4,7 @@
≡
</button>
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
<img id="quay-logo" src="/static/img/quay-logo.png">
<span id="quay-logo" style="background-image: url('{{ getEnterpriseLogo() }}')"></span>
</a>
</div>