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

@@ -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>