mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(ingress): remove path from ingress host when added EE-5406 (#9099)
* remove path from ingress host when added * add icon to message
This commit is contained in:
parent
9f9cdf7d43
commit
223dfe89dd
2 changed files with 4 additions and 18 deletions
|
@ -403,7 +403,8 @@ export function IngressForm({
|
|||
</div>
|
||||
|
||||
{!host.Paths.length && (
|
||||
<p className="small text-muted mt-4">
|
||||
<p className="small text-muted vertical-center mt-4 gap-1">
|
||||
<Icon icon={Info} mode="primary" size="md" />
|
||||
You may save the ingress without a path and it will then be
|
||||
an <b>ingress default</b> that a user may select via the
|
||||
hostname dropdown in Create/Edit application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue