Finally remove the cloudron name from the api wrapper and index page

This commit is contained in:
Johannes Zellner
2015-10-20 12:59:57 +02:00
parent ed1873f47e
commit 142ae76542
3 changed files with 2 additions and 21 deletions

View File

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