Render the cloudronName in oauth views

This commit is contained in:
Johannes Zellner
2016-10-13 17:24:26 +02:00
parent 7513817d41
commit 68d37b7260
2 changed files with 29 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
<div class="container-fluid">
<div class="navbar-header">
<span class="navbar-brand navbar-brand-icon"><img src="/api/v1/cloudron/avatar" width="40" height="40"/></span>
<span class="navbar-brand">Cloudron</span>
<span class="navbar-brand"><%= cloudronName %></span>
</div>
</div>
</nav>