Allow to set app label

This commit is contained in:
Johannes Zellner
2019-04-24 14:25:37 +02:00
parent 2ec5a2acff
commit 165cc279de
2 changed files with 17 additions and 6 deletions

View File

@@ -98,12 +98,20 @@
<br/>
<br/>
</div>
</uib-tab>
<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>
</div>
<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>
<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>
</div>
</uib-tab>
<uib-tab index="'advanced'" heading="Advanced">