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

ClusterConfiguration page hotfix

parent b0955c6c
...@@ -5,7 +5,7 @@ export type ClusterConfigurationTableListItem = { ...@@ -5,7 +5,7 @@ export type ClusterConfigurationTableListItem = {
type: string, type: string,
config: any, config: any,
configJson: string, configJson: string,
available: boolean, isAvailable: boolean,
note: string, note: string,
enabled: boolean, enabled: boolean,
createTime: Date, createTime: Date,
......
...@@ -116,7 +116,7 @@ const ClusterConfigurationTableList: React.FC<{}> = (props: any) => { ...@@ -116,7 +116,7 @@ const ClusterConfigurationTableList: React.FC<{}> = (props: any) => {
}, },
{ {
title: '是否可用', title: '是否可用',
dataIndex: 'available', dataIndex: 'isAvailable',
hideInForm: true, hideInForm: true,
hideInSearch: true, hideInSearch: true,
hideInTable: false, 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