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:
parent
09f9c09706
commit
824706e4e9
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue