1
0
Fork 0
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:
Prabhat Khera 2023-06-19 14:11:50 +12:00 committed by GitHub
parent 9f9cdf7d43
commit 223dfe89dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 18 deletions

View file

@ -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.