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

pull/10538/head
matias-portainer 1 year ago committed by GitHub
parent 09f9c09706
commit 824706e4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save