kboss/b/cpcc/cpcworker/new_worker.ui
2025-07-16 14:27:17 +08:00

34 lines
716 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"widgettype":"Form",
"options":{
"title":"新增工作节点",
"description":"为算力中心的kubernetes集群新增工作节点目前支持kubernetes工作模式",
"fields":[
{
"name":"clusterid",
"value":"{{params_kw.id}}",
"uitype":"hide"
},
{
"name":"worker_nodeid",
"label":"请选择安装工作模式的节点",
"uitype":"code",
"textField":"ip",
"valueField":"id",
"dataurl":"{{entire_url('get_availableworker.dspy')}}?clusterid={{params_kw.id}}"
}
]
},
"binds":[
{
"wid":"self",
"event":"submit",
"actiontype":"urlwidget",
"target":"PopupWindow",
"options":{
"url":"{{entire_url('new_cpcworker.dspy')}}"
}
}
]
}