30 lines
546 B
Text
30 lines
546 B
Text
views {
|
|
view edgeconnect-context {
|
|
title 'EdgeConnect Context'
|
|
autoLayout LeftRight 180 140
|
|
|
|
include developer
|
|
include platformdeveloper with {
|
|
title 'Platform / Cloud Operator'
|
|
}
|
|
include edp with {
|
|
title 'EDP / CI Automation'
|
|
}
|
|
|
|
include edgeCli
|
|
include edgeSdk
|
|
include edgeTerraformProvider
|
|
|
|
include edgeConnect
|
|
include edgeConnect.*
|
|
|
|
style edgeConnect, edp {
|
|
color magenta
|
|
}
|
|
|
|
style developer, platformdeveloper {
|
|
size xsmall
|
|
textSize small
|
|
}
|
|
}
|
|
}
|