mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(edge-stack): remove text info for relative path EE-6228 (#10541)
This commit is contained in:
parent
0d56504268
commit
30e4b3e68c
1 changed files with 0 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue