From 3c0d25f3bdb826850d16b558b93a3be873bf02b8 Mon Sep 17 00:00:00 2001 From: Malcolm Lockyer Date: Tue, 5 Nov 2024 14:10:08 +1300 Subject: [PATCH] fix(ui): rename create from manifest to create from file [BE-11335] (#86) --- .../configurations-datatable/configurationsDatatable.html | 2 +- app/kubernetes/views/deploy/deploy.html | 2 +- .../ListView/ApplicationsDatatable/HelmInsightsBox.tsx | 2 +- app/react/kubernetes/components/CreateFromManifestButton.tsx | 2 +- .../HelmRepositoryDatatable/HelmRepositoryDatatable.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/kubernetes/components/datatables/configurations-datatable/configurationsDatatable.html b/app/kubernetes/components/datatables/configurations-datatable/configurationsDatatable.html index d5c40635e..e5392cc23 100644 --- a/app/kubernetes/components/datatables/configurations-datatable/configurationsDatatable.html +++ b/app/kubernetes/components/datatables/configurations-datatable/configurationsDatatable.html @@ -43,7 +43,7 @@ ui-sref="kubernetes.deploy({ referrer: 'kubernetes.configurations' })" data-cy="k8sConfig-deployFromManifestButton" > - Create from manifest + Create from file
diff --git a/app/kubernetes/views/deploy/deploy.html b/app/kubernetes/views/deploy/deploy.html index 5fdc53f06..79c3c18c9 100644 --- a/app/kubernetes/views/deploy/deploy.html +++ b/app/kubernetes/views/deploy/deploy.html @@ -1,4 +1,4 @@ - + diff --git a/app/react/kubernetes/applications/ListView/ApplicationsDatatable/HelmInsightsBox.tsx b/app/react/kubernetes/applications/ListView/ApplicationsDatatable/HelmInsightsBox.tsx index 25dddb37a..532887520 100644 --- a/app/react/kubernetes/applications/ListView/ApplicationsDatatable/HelmInsightsBox.tsx +++ b/app/react/kubernetes/applications/ListView/ApplicationsDatatable/HelmInsightsBox.tsx @@ -7,7 +7,7 @@ export function HelmInsightsBox() { content={ From 2.20 and on, the Helm menu sidebar option has moved to the{' '} - Create from manifest screen - accessed via the button + Create from file screen - accessed via the button above. } diff --git a/app/react/kubernetes/components/CreateFromManifestButton.tsx b/app/react/kubernetes/components/CreateFromManifestButton.tsx index 0038735dd..de18918d3 100644 --- a/app/react/kubernetes/components/CreateFromManifestButton.tsx +++ b/app/react/kubernetes/components/CreateFromManifestButton.tsx @@ -18,7 +18,7 @@ export function CreateFromManifestButton({ }} data-cy={dataCy} > - Create from manifest + Create from file ); } diff --git a/app/react/portainer/account/AccountView/HelmRepositoryDatatable/HelmRepositoryDatatable.tsx b/app/react/portainer/account/AccountView/HelmRepositoryDatatable/HelmRepositoryDatatable.tsx index 2402709e4..d57966403 100644 --- a/app/react/portainer/account/AccountView/HelmRepositoryDatatable/HelmRepositoryDatatable.tsx +++ b/app/react/portainer/account/AccountView/HelmRepositoryDatatable/HelmRepositoryDatatable.tsx @@ -94,7 +94,7 @@ function HelmDatatableDescription({ isAdmin }: { isAdmin: boolean }) { ) : ( globally-set Helm repo )} - ) and shown in the Create from Manifest screen's Helm charts list. + ) and shown in the Create from file screen's Helm charts list. ); }