mirror of https://github.com/portainer/portainer
fix(edge-stack): remove text info for relative path EE-6228 (#10541)
parent
0d56504268
commit
30e4b3e68c
|
@ -35,15 +35,6 @@ export function RelativePathFieldset({
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="form-group">
|
||||
<div className="col-sm-12">
|
||||
<TextTip color="blue">
|
||||
'Gitops Edge Configuration' requires relative path volumes
|
||||
to be enabled first, as it uses this feature as the base mechanism.
|
||||
</TextTip>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="form-group">
|
||||
<div className="col-sm-12">
|
||||
<SwitchField
|
||||
|
|
Loading…
Reference in New Issue