dashboard: fix colspan typo

This commit is contained in:
Johannes Zellner
2024-06-21 14:42:58 +02:00
parent ce1146a9ef
commit ce2f1b4170

View File

@@ -1460,7 +1460,7 @@
<tr ng-click="eventlog.showDetails(eventLog)" class="hand">
<td><span uib-tooltip="{{ eventLog.raw.creationTime | prettyLongDate }}" class="arrow">{{ eventLog.raw.creationTime | prettyDate }}</span></td>
<td>{{ eventLog.source }}</td>
<td style="word-wrap: anywhere;" colspan="3" ng-bind-html="eventLog.details"></td>
<td style="word-wrap: anywhere;" colspan="2" ng-bind-html="eventLog.details"></td>
</tr>
<tr ng-show="eventlog.activeEventLog === eventLog">
<td colspan="4">