From 230f8fddc3a2f47da90fb76d3800c68119e9bd73 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari <chiptus@gmail.com> 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 @@ <kubernetes-view-header title="Application stats" state="kubernetes.applications.application.stats" view-ready="ctrl.state.viewReady"> - <a ui-sref="kubernetes.resourcePools">Resource pools</a> > + <a ui-sref="kubernetes.resourcePools">Namespaces</a> > <a ui-sref="kubernetes.resourcePools.resourcePool({ id: ctrl.state.transition.namespace })">{{ ctrl.state.transition.namespace }}</a> > <a ui-sref="kubernetes.applications">Applications</a> > <a ui-sref="kubernetes.applications.application({ name: ctrl.state.transition.applicationName, namespace: ctrl.state.transition.namespace })">{{ 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 @@ <div class="col-sm-12 small text-muted"> <p> <i class="fa fa-info-circle blue-icon" aria-hidden="true" style="margin-right: 2px;"></i> - 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. </p> </div>