Allow for configurable logo in the top left corner using ENTERPRISE_LOGO_URL parameter.
This commit is contained in:
parent
ea3d909477
commit
79b61e7709
3 changed files with 17 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue