mirror of https://github.com/portainer/portainer
fix(annotations) ingress tip to match ee [EE-5158] (#8653)
Co-authored-by: testa113 <testa113>pull/8669/head
parent
15cbdb8af9
commit
40c387f4f4
|
@ -206,7 +206,7 @@ export function IngressForm({
|
||||||
message={
|
message={
|
||||||
<div className="vertical-center">
|
<div className="vertical-center">
|
||||||
<span>
|
<span>
|
||||||
You can specify{' '}
|
Allows specifying of{' '}
|
||||||
<a
|
<a
|
||||||
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/"
|
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/"
|
||||||
target="_black"
|
target="_black"
|
||||||
|
@ -224,7 +224,6 @@ export function IngressForm({
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
setHtmlMessage
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue