fix empty eventlog label display

This commit is contained in:
Johannes Zellner
2020-02-13 13:03:57 +01:00
parent 8b3bc28120
commit 3dd0566f48

View File

@@ -111,7 +111,7 @@
</td>
</tr>
</tbody>
<tbody ng-hide="activity.eventLogs.length">
<tbody ng-hide="activity.eventLogs.length || activity.busy">
<tr>
<td colspan="5" class="text-center">
Event Log is empty.