Show cloudron name in account setup view
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user