From e0b6f2283a7d4b38ad8b14b1736508d0d9364b4d Mon Sep 17 00:00:00 2001 From: Nik Wakelin Date: Mon, 23 Sep 2024 09:21:02 +1200 Subject: [PATCH] chore(branding): Changes Linode to Akamai Connected Cloud (#12221) --- app/assets/ico/vendor/akamai.svg | 1 + app/assets/ico/vendor/linode.svg | 1 - app/react/components/Svg.tsx | 4 ++-- .../WizardKubernetes/KubeConfigTeaserForm.tsx | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 app/assets/ico/vendor/akamai.svg delete mode 100644 app/assets/ico/vendor/linode.svg diff --git a/app/assets/ico/vendor/akamai.svg b/app/assets/ico/vendor/akamai.svg new file mode 100644 index 000000000..5a08c5831 --- /dev/null +++ b/app/assets/ico/vendor/akamai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/ico/vendor/linode.svg b/app/assets/ico/vendor/linode.svg deleted file mode 100644 index 248a1999b..000000000 --- a/app/assets/ico/vendor/linode.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/react/components/Svg.tsx b/app/react/components/Svg.tsx index 416a56ede..5c12aef30 100644 --- a/app/react/components/Svg.tsx +++ b/app/react/components/Svg.tsx @@ -26,7 +26,7 @@ import google from '@/assets/ico/vendor/google.svg?c'; import googlecloud from '@/assets/ico/vendor/googlecloud.svg?c'; import kubernetes from '@/assets/ico/vendor/kubernetes.svg?c'; import helm from '@/assets/ico/vendor/helm.svg?c'; -import linode from '@/assets/ico/vendor/linode.svg?c'; +import akamai from '@/assets/ico/vendor/akamai.svg?c'; import microsoft from '@/assets/ico/vendor/microsoft.svg?c'; import microsofticon from '@/assets/ico/vendor/microsoft-icon.svg?c'; import openldap from '@/assets/ico/vendor/openldap.svg?c'; @@ -60,7 +60,7 @@ export const SvgIcons = { googlecloud, kubernetes, helm, - linode, + akamai, microsoft, microsofticon, openldap, diff --git a/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardKubernetes/KubeConfigTeaserForm.tsx b/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardKubernetes/KubeConfigTeaserForm.tsx index 3593b3786..8b534b254 100644 --- a/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardKubernetes/KubeConfigTeaserForm.tsx +++ b/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardKubernetes/KubeConfigTeaserForm.tsx @@ -56,9 +56,9 @@ export function KubeConfigTeaserForm() {

- Note: Officially supported cloud providers are Civo, Linode, - DigitalOcean and Microsoft Azure (others are not guaranteed to - work at present) + Note: Officially supported cloud providers are Civo, Akamai + Connected Cloud, DigitalOcean and Microsoft Azure (others are + not guaranteed to work at present)