Add placeholder text for domain name

This commit is contained in:
Girish Ramakrishnan
2016-07-17 09:43:13 -07:00
parent 2ccbd7b8d1
commit 263c68f9c2

View File

@@ -11,7 +11,7 @@
<div class="form-group" ng-class="{ 'has-error': false }">
<label class="control-label" for="customDomainId">Domain Name</label>
<input type="text" class="form-control" ng-model="dnsCredentials.customDomain" id="customDomainId" name="customDomainId" ng-disabled="dnsCredentials.busy" ng-minlength="4" ng-maxlength="128" required autofocus>
<input type="text" class="form-control" ng-model="dnsCredentials.customDomain" id="customDomainId" name="customDomainId" ng-disabled="dnsCredentials.busy" ng-minlength="4" ng-maxlength="128" placeholder="example.com" required autofocus>
</div>
<div class="form-group" ng-class="{ 'has-error': false }">