From 824706e4e98812389f9766b033028f9d464441da Mon Sep 17 00:00:00 2001 From: matias-portainer <104775949+matias-portainer@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:48:22 -0300 Subject: [PATCH] fix(ui): label GPU functionality as NVIDIA only EE-6204 (#10522) --- .../CreateView/ResourcesTab/GpuFieldset/GpuFieldset.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/react/docker/containers/CreateView/ResourcesTab/GpuFieldset/GpuFieldset.tsx b/app/react/docker/containers/CreateView/ResourcesTab/GpuFieldset/GpuFieldset.tsx index 42b0374db..3f7699afb 100644 --- a/app/react/docker/containers/CreateView/ResourcesTab/GpuFieldset/GpuFieldset.tsx +++ b/app/react/docker/containers/CreateView/ResourcesTab/GpuFieldset/GpuFieldset.tsx @@ -116,11 +116,16 @@ export function GpuFieldset({ return (
GPU support is currently limited to NVIDIA graphics cards only.
+