Files
SIPAIIS_WMS_JSSW/WebRoot/editor-app/configuration/properties/default-value-display-template.html

4 lines
231 B
HTML
Raw Permalink Normal View History

2026-01-16 14:13:44 +08:00
<span ng-if="!property.noValue">{{property.value|limitTo:20}}</span>
<span ng-if="!property.noValue && property.value != null && property.value.length > 20">...</span>
<span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>