| | |
| | | |
| | | <div class="col-xs-4" ng-show="selectedSignals && selectedSignals.length > 0"> |
| | | |
| | | <div class="form-group"> |
| | | <div class="from-group"> |
| | | <label>{{'PROPERTY.SIGNALDEFINITIONS.ID' | translate}}</label> |
| | | <input type="text" class="form-control" ng-model="selectedSignals[0].id"> |
| | | <input type="text" class="from-control" ng-model="selectedSignals[0].id"> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <div class="from-group"> |
| | | <label>{{'PROPERTY.SIGNALDEFINITIONS.NAME' | translate}}</label> |
| | | <input type="text" class="form-control" ng-model="selectedSignals[0].name"> |
| | | <input type="text" class="from-control" ng-model="selectedSignals[0].name"> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <div class="from-group"> |
| | | <label>{{'PROPERTY.SIGNALDEFINITIONS.SCOPE' | translate}}</label> |
| | | <select class="form-control" ng-model="selectedSignals[0].scope"> |
| | | <select class="from-control" ng-model="selectedSignals[0].scope"> |
| | | <option value="global">{{'PROPERTY.SIGNALDEFINITIONS.SCOPE-GLOBAL' | translate}}</option> |
| | | <option value="processInstance">{{'PROPERTY.SIGNALDEFINITIONS.SCOPE-PROCESSINSTANCE' | translate}}</option> |
| | | </select> |