Ensure the avatar is also based on the apiOrigin

This commit is contained in:
Johannes Zellner
2016-01-18 16:35:25 +01:00
parent bb6b61d810
commit e61498c3b6
2 changed files with 3 additions and 1 deletions

View File

@@ -121,7 +121,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-brand-icon" href="#/"><img src="/api/v1/cloudron/avatar" width="40" height="40"/></a>
<a class="navbar-brand navbar-brand-icon" href="#/"><img ng-src="{{ cloudronAvatar }}" width="40" height="40"/></a>
<a class="navbar-brand" href="#/">Cloudron</a>
</div>
<!-- /.navbar-header -->