mirror of https://github.com/portainer/portainer
fix(app): show services explanation in app form [EE-7284] (#11967)
Co-authored-by: testa113 <testa113>pull/11973/head
parent
607feb183e
commit
ba4526985a
|
@ -5,7 +5,7 @@ import { FormSection } from '@@/form-components/FormSection';
|
||||||
export function PublishingExplaination() {
|
export function PublishingExplaination() {
|
||||||
return (
|
return (
|
||||||
<FormSection title="Explanation" isFoldable titleSize="sm">
|
<FormSection title="Explanation" isFoldable titleSize="sm">
|
||||||
<div className="mb-4 flex flex-col items-start lg:flex-row">
|
<div className="w-full mb-4 flex flex-col items-start lg:flex-row">
|
||||||
<img
|
<img
|
||||||
src={ingressDiagram}
|
src={ingressDiagram}
|
||||||
alt="ingress explaination"
|
alt="ingress explaination"
|
||||||
|
|
Loading…
Reference in New Issue