mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(ingress): ingress ui feedback [EE-5852] (#9982)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
9845518aa9
commit
acf9203580
3 changed files with 157 additions and 88 deletions
|
@ -199,7 +199,7 @@ export function IngressClassDatatable({
|
|||
</p>
|
||||
<ul className="ml-6">
|
||||
{usedControllersToDisallow.map((controller) => (
|
||||
<li key={controller.ClassName}>${controller.ClassName}</li>
|
||||
<li key={controller.ClassName}>{controller.ClassName}</li>
|
||||
))}
|
||||
</ul>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue