Show cloudron name in account setup view

This commit is contained in:
Johannes Zellner
2020-03-05 17:08:10 -08:00
parent dffaaf067d
commit 392da50f2c
2 changed files with 14 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
<body ng-app="Application" ng-controller="SetupAccountController">
<div class="layout-root">
<div class="layout-root" ng-show="initialized">
<div class="layout-content" ng-show="view === 'setup'">
<div class="card" style="padding: 20px; margin-top: 100px; max-width: 620px;">
@@ -46,8 +46,8 @@
<div class="col-md-12" style="text-align: center;">
<img width="128" height="128" style="margin-top: -84px" src="<%= apiOrigin %>/api/v1/cloudron/avatar"/>
<br/>
<h2>Welcome</h2>
<h3>Before you start, setup your account.</h3>
<h1><small>Welcome to</small> {{ cloudronName }}</h1>
<h3>Please setup your account</h3>
</div>
</div>
<br/>