From 2953848b9aa153d0eb92b9e81b6e715bf45ff6f1 Mon Sep 17 00:00:00 2001 From: Dakota Walsh <101994734+dakota-portainer@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:32:08 +1200 Subject: [PATCH] feat(gpu): remove GPU lightbubble EE-5254 (#10096) --- app/docker/react/components/index.ts | 2 -- .../views/endpoints/edit/endpoint.html | 5 --- .../docker/host/SetupView/GpusInsights.tsx | 29 ---------------- .../WizardDocker/APITab/APIForm.tsx | 34 ++----------------- .../WizardDocker/APITab/APITab.tsx | 5 ++- .../WizardDocker/SocketTab/SocketForm.tsx | 34 ++----------------- .../WizardDocker/SocketTab/SocketTab.tsx | 8 ++--- .../WizardDocker/WizardDocker.tsx | 2 -- 8 files changed, 8 insertions(+), 111 deletions(-) delete mode 100644 app/react/docker/host/SetupView/GpusInsights.tsx diff --git a/app/docker/react/components/index.ts b/app/docker/react/components/index.ts index b20e2d5f4..df5338c60 100644 --- a/app/docker/react/components/index.ts +++ b/app/docker/react/components/index.ts @@ -13,7 +13,6 @@ import { withUIRouter } from '@/react-tools/withUIRouter'; import { DockerfileDetails } from '@/react/docker/images/ItemView/DockerfileDetails'; import { HealthStatus } from '@/react/docker/containers/ItemView/HealthStatus'; import { GpusList } from '@/react/docker/host/SetupView/GpusList'; -import { GpusInsights } from '@/react/docker/host/SetupView/GpusInsights'; import { InsightsBox } from '@/react/components/InsightsBox'; import { BetaAlert } from '@/react/portainer/environments/update-schedules/common/BetaAlert'; import { ImagesDatatable } from '@/react/docker/images/ListView/ImagesDatatable/ImagesDatatable'; @@ -71,7 +70,6 @@ const ngModule = angular ]) ) .component('betaAlert', r2a(BetaAlert, ['className', 'message', 'isHtml'])) - .component('gpusInsights', r2a(GpusInsights, [])) .component( 'dockerImagesDatatable', r2a(withUIRouter(withCurrentUser(ImagesDatatable)), [ diff --git a/app/portainer/views/endpoints/edit/endpoint.html b/app/portainer/views/endpoints/edit/endpoint.html index 9d969b2b5..044e9acfb 100644 --- a/app/portainer/views/endpoints/edit/endpoint.html +++ b/app/portainer/views/endpoints/edit/endpoint.html @@ -211,11 +211,6 @@ - -
- -
-