plus-ui/public/static/flowable-modeler/editor-app/configuration/properties/exceptions-display-template.html

3 lines
185 B
HTML

<span ng-if="!property.noValue">{{'PROPERTY.EXCEPTIONS' | translate:property.value.exceptions}}</span>
<span ng-if="property.noValue">{{'PROPERTY.EXCEPTIONS.EMPTY' | translate}}</span>