mirror of https://github.com/portainer/portainer
fix(ui): label GPU functionality as NVIDIA only EE-6204 (#10522)
parent
09f9c09706
commit
824706e4e9
|
@ -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…
Reference in New Issue