mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 15:55:23 +02:00
fix(app): show services explanation in app form [EE-7284]
This commit is contained in:
parent
607feb183e
commit
ec25dcc913
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { FormSection } from '@@/form-components/FormSection';
|
|||
export function PublishingExplaination() {
|
||||
return (
|
||||
<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
|
||||
src={ingressDiagram}
|
||||
alt="ingress explaination"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue