Skip to content

Commit b4c216a

Browse files
feedback addressed
1 parent 4ccdf19 commit b4c216a

File tree

1 file changed

+1
-74
lines changed

1 file changed

+1
-74
lines changed

web/webpack.config.ts

Lines changed: 1 addition & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -390,80 +390,7 @@ module.exports = {
390390
name: "%plugin__netobserv-plugin~Network Traffic%",
391391
"href": "netflow"
392392
}
393-
},
394-
"flags": { "required": ["NETOBSERV_LOKI_ENABLED"] }
395-
},
396-
{
397-
type: "console.tab/horizontalNav",
398-
properties: {
399-
model: {
400-
version: "v1",
401-
group: "gateway.networking.k8s.io",
402-
kind: "HTTPRoute"
403-
},
404-
component: {
405-
"$codeRef": "netflowTab.default"
406-
},
407-
"page": {
408-
name: "%plugin__netobserv-plugin~Network Traffic%",
409-
"href": "netflow"
410-
}
411-
},
412-
"flags": { "required": ["NETOBSERV_LOKI_ENABLED"] }
413-
},
414-
{
415-
type: "console.tab/horizontalNav",
416-
properties: {
417-
model: {
418-
version: "v1alpha2",
419-
group: "gateway.networking.k8s.io",
420-
kind: "GRPCRoute"
421-
},
422-
component: {
423-
"$codeRef": "netflowTab.default"
424-
},
425-
"page": {
426-
name: "%plugin__netobserv-plugin~Network Traffic%",
427-
"href": "netflow"
428-
}
429-
},
430-
"flags": { "required": ["NETOBSERV_LOKI_ENABLED"] }
431-
},
432-
{
433-
type: "console.tab/horizontalNav",
434-
properties: {
435-
model: {
436-
version: "v1alpha2",
437-
group: "gateway.networking.k8s.io",
438-
kind: "TCPRoute"
439-
},
440-
component: {
441-
"$codeRef": "netflowTab.default"
442-
},
443-
"page": {
444-
name: "%plugin__netobserv-plugin~Network Traffic%",
445-
"href": "netflow"
446-
}
447-
},
448-
"flags": { "required": ["NETOBSERV_LOKI_ENABLED"] }
449-
},
450-
{
451-
type: "console.tab/horizontalNav",
452-
properties: {
453-
model: {
454-
version: "v1alpha2",
455-
group: "gateway.networking.k8s.io",
456-
kind: "UDPRoute"
457-
},
458-
component: {
459-
"$codeRef": "netflowTab.default"
460-
},
461-
"page": {
462-
name: "%plugin__netobserv-plugin~Network Traffic%",
463-
"href": "netflow"
464-
}
465-
},
466-
"flags": { "required": ["NETOBSERV_LOKI_ENABLED"] }
393+
}
467394
},
468395
{
469396
type: "console.tab/horizontalNav",

0 commit comments

Comments
 (0)