mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 22:35:23 +02:00
fix(texttip): fix texttip in edge groups [EE-4990] (#8441)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
968fc98401
commit
c9253319d9
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ export function EdgeGroupsField({
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<div>
|
||||||
<FormControl
|
<FormControl
|
||||||
label="Groups"
|
label="Groups"
|
||||||
required
|
required
|
||||||
|
@ -58,6 +58,6 @@ export function EdgeGroupsField({
|
||||||
<TextTip color="blue">
|
<TextTip color="blue">
|
||||||
Select groups of Edge environments to update
|
Select groups of Edge environments to update
|
||||||
</TextTip>
|
</TextTip>
|
||||||
</>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue