Skip to content

Commit

Permalink
ClusterConfiguration page hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Jun 23, 2022
1 parent b0955c6 commit c88341f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dlink-web/src/pages/ClusterConfiguration/data.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type ClusterConfigurationTableListItem = {
type: string,
config: any,
configJson: string,
available: boolean,
isAvailable: boolean,
note: string,
enabled: boolean,
createTime: Date,
Expand Down
2 changes: 1 addition & 1 deletion dlink-web/src/pages/ClusterConfiguration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const ClusterConfigurationTableList: React.FC<{}> = (props: any) => {
},
{
title: '是否可用',
dataIndex: 'available',
dataIndex: 'isAvailable',
hideInForm: true,
hideInSearch: true,
hideInTable: false,
Expand Down

0 comments on commit c88341f

Please sign in to comment.