triggers panel: option for trigger description

This commit is contained in:
Alexander Zobnin
2017-12-12 22:25:25 +03:00
parent 4abcd90b93
commit 4167f5db70
9 changed files with 25 additions and 3 deletions

View File

@@ -28,7 +28,9 @@
</span>
for {{trigger.age}}
<span class="alert-list-info alert-list-info-left">{{trigger.comments}}</span>
<span class="alert-list-info alert-list-info-left" ng-if="ctrl.panel.descriptionField">
{{trigger.comments}}
</span>
</p>
</div>
</div>