20 lines
277 B
Text
20 lines
277 B
Text
|
views {
|
||
|
|
||
|
view overview {
|
||
|
title 'Landscape view'
|
||
|
|
||
|
include *
|
||
|
exclude element.kind = workflow
|
||
|
}
|
||
|
|
||
|
view edp of edp {
|
||
|
title 'Context view'
|
||
|
include *
|
||
|
exclude ingressNginx ->
|
||
|
exclude element.tag = #internal
|
||
|
|
||
|
style * {
|
||
|
opacity 25%
|
||
|
}
|
||
|
}
|
||
|
}
|