summary_view.json•1.23 kB
{
"type": "page",
"body": [
{
"type": "container",
"className": "floating-toolbar-right",
"body": [
{
"type": "wrapper",
"style": {
"display": "inline-flex"
},
"body": [
{
"type": "form",
"mode": "inline",
"wrapWithPanel": false,
"body": [
{
"label": "集群",
"type": "select",
"multiple": false,
"name": "cluster",
"id": "cluster",
"searchable": true,
"source": "/params/cluster/option_list",
"value": "${''|selectedCluster}",
"onEvent": {
"change": {
"actions": [
{
"actionType": "custom",
"script": "window.setCurrentClusterId(event.data.value)"
}
]
}
}
}
]
}
]
}
]
},
{
"type": "clusterSummaryView"
}
]
}