fix(kube): updated kube terminology for configmaps/secrets [EE-4816] (#8770)

This commit is contained in:
Matt Hook
2023-05-16 09:21:50 +12:00
committed by GitHub
parent 8fa49d47f4
commit 0743f26ab8
9 changed files with 38 additions and 25 deletions

View File

@@ -172,7 +172,7 @@
<td colspan="4" class="text-muted text-center">Loading...</td>
</tr>
<tr ng-if="$ctrl.state.filteredDataSet.length === 0">
<td colspan="4" class="text-muted text-center">No configuration available.</td>
<td colspan="4" class="text-muted text-center">No ConfigMaps or Secrets available.</td>
</tr>
</tbody>
</table>