Commit c88341fe authored by zhu-mingye's avatar zhu-mingye

ClusterConfiguration page hotfix

parent b0955c6c
......@@ -5,7 +5,7 @@ export type ClusterConfigurationTableListItem = {
type: string,
config: any,
configJson: string,
available: boolean,
isAvailable: boolean,
note: string,
enabled: boolean,
createTime: Date,
......
......@@ -116,7 +116,7 @@ const ClusterConfigurationTableList: React.FC<{}> = (props: any) => {
},
{
title: '是否可用',
dataIndex: 'available',
dataIndex: 'isAvailable',
hideInForm: true,
hideInSearch: true,
hideInTable: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment