From 230f8fddc3a2f47da90fb76d3800c68119e9bd73 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Tue, 1 Jun 2021 11:56:47 +0300 Subject: [PATCH] fix(kube): replace remaining resource pool texts --- app/kubernetes/views/applications/stats/stats.html | 2 +- .../views/resource-pools/create/createResourcePool.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/kubernetes/views/applications/stats/stats.html b/app/kubernetes/views/applications/stats/stats.html index 7a39035dd..1e9411996 100644 --- a/app/kubernetes/views/applications/stats/stats.html +++ b/app/kubernetes/views/applications/stats/stats.html @@ -1,5 +1,5 @@ - Resource pools > + Namespaces > {{ ctrl.state.transition.namespace }} > Applications > {{ diff --git a/app/kubernetes/views/resource-pools/create/createResourcePool.html b/app/kubernetes/views/resource-pools/create/createResourcePool.html index 81189f5a3..19075ff1e 100644 --- a/app/kubernetes/views/resource-pools/create/createResourcePool.html +++ b/app/kubernetes/views/resource-pools/create/createResourcePool.html @@ -50,7 +50,7 @@

- A namespace segments the underyling physical Kubernetes cluster into smaller virtual clusters. You should assign a capped limit of resources to this pool or + A namespace segments the underlying physical Kubernetes cluster into smaller virtual clusters. You should assign a capped limit of resources to this namespace or disable for the safe operation of your platform.