{ "tblname": "cluster", "alias": "cluster_list", "title": "集群管理", "params": { "browserfields": { "name": { "title": "集群名称", "width": 150 }, "cluster_type": { "title": "集群类型", "width": 100 }, "pool_id": { "title": "算力池", "width": 150 }, "version": { "title": "版本", "width": 100 }, "endpoint": { "title": "入口", "width": 200 }, "status": { "title": "状态", "width": 100 } }, "editexclouded": [ "id", "resellerid", "created_at", "updated_at" ], "binds": [], "logined_userorgid": "resellerid", "editable": { "new_data_url": "{{entire_url('/pcc/api/cluster_create.dspy')}}", "update_data_url": "{{entire_url('/pcc/api/cluster_update.dspy')}}", "delete_data_url": "{{entire_url('/pcc/api/cluster_delete.dspy')}}" }, "toolbar": { "tools": [ { "name": "view_nodes", "label": "查看节点", "icon": "", "type": "link", "url": "/pcc/cluster_node_list/index.ui?cluster_id={{id}}" } ] } } }