mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 10:14:48 +00:00
fix(app): show services explanation in app form [EE-7284]
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user