{ "widgettype": "VBox", "options": {"width": "100%", "height": "100%"}, "subwidgets": [ {"widgettype": "Text", "options": {"otext": "算力中心集群系统", "i18n": true, "cfontsize": 1.5, "fontWeight": "bold", "margin": "10px"}}, {"widgettype": "Tree", "id": "pccs_menu", "options": { "data": [ {"id": "pool", "label": "算力池管理", "children": [ {"id": "pool_list", "label": "算力池列表", "url": "/pcpool/compute_pool_list/index.ui"}, {"id": "node_list", "label": "算力节点列表", "url": "/pcpool/compute_node_list/index.ui"} ]}, {"id": "cluster", "label": "集群管理", "children": [ {"id": "cluster_list", "label": "集群列表", "url": "/pcc/cluster_list/index.ui"}, {"id": "cn_list", "label": "节点分配", "url": "/pcc/cluster_node_list/index.ui"} ]} ] }} ] }