Add tag placeholder

This commit is contained in:
Girish Ramakrishnan
2019-04-25 10:43:12 -07:00
parent 480bc630da
commit 1629be3788

View File

@@ -102,15 +102,14 @@
<uib-tab index="'display'" heading="Display">
<br/>
<p>This information is for the app display in the dashboard.</p>
<div class="form-group" ng-class="{ 'has-error': !appConfigureForm.label.$dirty && appConfigure.error.label }">
<label class="control-label">Label</label>
<label class="control-label">Display Label</label>
<div class="control-label" ng-show="appConfigure.error.label">{{appConfigure.error.label}}</div>
<input type="text" class="form-control" id="appConfigureLabelInput" name="label" ng-model="appConfigure.label">
</div>
<div class="form-group">
<label class="control-label">Tags</label>
<tag-input class="form-control" placeholder="Add tags" taglist="appConfigure.tags" name="tags" uib-tooltip="For grouping in the dashboard"></tag-input>
<tag-input class="form-control" placeholder="Use comma to separate tags" taglist="appConfigure.tags" name="tags" uib-tooltip="For grouping in the dashboard"></tag-input>
</div>
</uib-tab>