dashboard: fix colspan typo
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user