dashboard: show who and when a checklist item was acked

This commit is contained in:
Johannes Zellner
2024-06-24 19:11:38 +02:00
parent 20396a8c7d
commit 4b96d5879c

View File

@@ -751,7 +751,8 @@
<div ng-repeat="(key, item) in app.checklist" ng-show="info.showDoneChecklist">
<div class="checklist-item checklist-item-acknowledged" ng-show="item.acknowledged">
{{ item.message }}
{{ item.message }}<br/>
<span class="text-muted text-small">{{ item.changedBy }} {{ item.changedAt | prettyDate }}</span>
</div>
</div>