41 lines
No EOL
760 B
Text
41 lines
No EOL
760 B
Text
|
|
global {
|
|
style text_large * {
|
|
size xlarge
|
|
}
|
|
}
|
|
views {
|
|
|
|
view developer-landscape-with-foundry {
|
|
title 'Developer Landscape View (with Foundry)'
|
|
autoLayout LeftRight 100 100
|
|
|
|
global style text_large
|
|
|
|
include *
|
|
exclude developer, localbox, edp, otherProductLifecycleRoles
|
|
exclude element.kind = workflow
|
|
|
|
group 'developer-scope' {
|
|
color green
|
|
opacity 20%
|
|
border none
|
|
include developer
|
|
include otherProductLifecycleRoles
|
|
|
|
group 'Devops inner-loop' {
|
|
color gray
|
|
opacity 30%
|
|
border none
|
|
|
|
include localbox
|
|
}
|
|
group 'Devops outer-loop' {
|
|
color gray
|
|
opacity 30%
|
|
border none
|
|
include edp
|
|
}
|
|
}
|
|
}
|
|
} |