mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-08-24 04:16:18 +00:00
Fixing bug in ingress view when there are no paths configured
This commit is contained in:
@@ -61,7 +61,7 @@ export default class Ingress extends Base {
|
||||
|
||||
<TableBody items={rules} colSpan='4' row={rule => (
|
||||
<Fragment key={rule.host}>
|
||||
{rule.http.paths.map(path => (
|
||||
{_.map(rule.http.paths, path => (
|
||||
<tr key={`${rule.host}:${path.path}`}>
|
||||
<td>{rule.host}</td>
|
||||
<td>{path.path}</td>
|
||||
|
||||
Reference in New Issue
Block a user