Replace old cloud logo with cloudron logo in error and no app pages

This commit is contained in:
Johannes Zellner
2017-05-08 13:32:45 +02:00
parent 8ae65661dd
commit d5b5bdb104
4 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
<div class="wrapper">
<div class="content">
<img ng-src="avatarUrl" onerror="this.src = '/img/logo_inverted_192.png'"/>
<img ng-src="avatarUrl" width="128" height="128" onerror="this.src = '/img/logo.png'"/>
<h1> Cloudron </h1>
<div ng-show="errorCode == 0">

BIN
webadmin/src/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -28,7 +28,7 @@
<div class="wrapper">
<div class="content">
<h1>
<img id="avatar" width="48" height="48" src="/api/v1/cloudron/avatar" onerror="this.src = '/img/logo_inverted_192.png'"/>
<img id="avatar" width="48" height="48" src="/api/v1/cloudron/avatar" onerror="this.src = '/img/logo.png'"/>
<span style="padding-left:10px">Cloudron</span>
</h1>
<br/>