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 (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<TextTip inline={false} color="blue">
|
||||||
|
<p>GPU support is currently limited to NVIDIA graphics cards only.</p>
|
||||||
|
</TextTip>
|
||||||
|
|
||||||
{!enableGpuManagement && (
|
{!enableGpuManagement && (
|
||||||
<TextTip color="blue">
|
<TextTip color="blue">
|
||||||
GPU in the UI is not currently enabled for this environment.
|
GPU in the UI is not currently enabled for this environment.
|
||||||
</TextTip>
|
</TextTip>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<div className="col-sm-3 col-lg-2 control-label text-left">
|
<div className="col-sm-3 col-lg-2 control-label text-left">
|
||||||
Enable GPU
|
Enable GPU
|
||||||
|
|
Loading…
Reference in New Issue