1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(ui): label GPU functionality as NVIDIA only EE-6204 (#10522)

This commit is contained in:
matias-portainer 2023-10-25 14:48:22 -03:00 committed by GitHub
parent 09f9c09706
commit 824706e4e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,11 +116,16 @@ export function GpuFieldset({
return (
<div>
<TextTip inline={false} color="blue">
<p>GPU support is currently limited to NVIDIA graphics cards only.</p>
</TextTip>
{!enableGpuManagement && (
<TextTip color="blue">
GPU in the UI is not currently enabled for this environment.
</TextTip>
)}
<div className="form-group">
<div className="col-sm-3 col-lg-2 control-label text-left">
Enable GPU