fix empty eventlog label display
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user