fix(k8s/applications): fix an issue with daemonset in 0/0 state (#4288)

This commit is contained in:
Anthony Lapenna
2020-08-31 17:21:25 +12:00
committed by GitHub
parent 8dac2df7bf
commit 9300603777
3 changed files with 16 additions and 12 deletions

View File

@@ -130,10 +130,10 @@
</td>
</tr>
<tr ng-if="!$ctrl.dataset">
<td colspan="6" class="text-center text-muted">Loading...</td>
<td colspan="7" class="text-center text-muted">Loading...</td>
</tr>
<tr ng-if="$ctrl.state.filteredDataSet.length === 0">
<td colspan="6" class="text-center text-muted">No pod available.</td>
<td colspan="7" class="text-center text-muted">No pod available.</td>
</tr>
</tbody>
</table>