From 577eef5de0989e9297f2e85f04c40085bae7fcd3 Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:59:10 +1300 Subject: [PATCH] fix stack name placeholder and some css styling (#10523) --- app/kubernetes/views/deploy/deploy.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/kubernetes/views/deploy/deploy.html b/app/kubernetes/views/deploy/deploy.html index b9ce46f29..55c056cf6 100644 --- a/app/kubernetes/views/deploy/deploy.html +++ b/app/kubernetes/views/deploy/deploy.html @@ -38,7 +38,7 @@ ng-model="ctrl.formValues.Namespace" ng-options="namespace.Name as namespace.Name for namespace in ctrl.namespaces" > - Namespaces specified in the manifest will be used + Namespaces specified in the manifest will be used @@ -51,7 +51,9 @@