Various minor UI fixes

This commit is contained in:
Girish Ramakrishnan
2018-01-11 13:46:28 -08:00
parent 54bc4b32c8
commit d6ce51dabd
3 changed files with 5 additions and 4 deletions

View File

@@ -60,7 +60,7 @@
<form role="form" name="setupForm" ng-submit="activateCloudron()" novalidate>
<div class="row">
<div class="col-md-12 text-center">
<h1>Welcome to your Cloudron</h1>
<h1>Welcome to Cloudron</h1>
<h3>Create an Admin Account</h3>
</div>
</div>
@@ -90,6 +90,7 @@
<input type="submit" class="btn btn-primary" ng-disabled="setupForm.$invalid" value="Done">
</div>
</div>
<br/>
<div class="row">
<div class="col-md-12 text-center"><small>Looking to <a href="/restore.html">restore?</a></small></div>
</div>

View File

@@ -52,8 +52,8 @@
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h1>Cloudron Setup</h1>
<h3>Provide the first domain for your Cloudron</h3>
<p>Apps will be installed on subdomains.</p>
<h3>Provide a domain for your Cloudron</h3>
<p>Apps will be installed on subdomains of this domain.</p>
<div class="form-group" style="margin-bottom: 0;" ng-class="{ 'has-error': dnsCredentialsForm.domain.$dirty && dnsCredentialsForm.domain.$invalid }">
<input type="text" class="form-control" ng-model="dnsCredentials.domain" name="domain" placeholder="example.com" required autofocus ng-disabled="dnsCredentials.busy">
</div>

View File

@@ -188,7 +188,7 @@
<div class="content">
<div class="text-left">
<h1>Domains <button class="btn btn-primary btn-outline pull-right" ng-show="config.provider === 'caas'" ng-click="domainConfigure.show()"><i class="fa fa-plus"></i> Add Domain</button></h1>
<h1>Domains <button class="btn btn-primary btn-outline pull-right" ng-show="false" ng-click="domainConfigure.show()"><i class="fa fa-plus"></i> Add Domain</button></h1>
</div>
<div class="card card-large">