diff --git a/kafka-manager-console/src/container/modal/order.tsx b/kafka-manager-console/src/container/modal/order.tsx index ac2a82b7..4daec7c9 100644 --- a/kafka-manager-console/src/container/modal/order.tsx +++ b/kafka-manager-console/src/container/modal/order.tsx @@ -10,8 +10,8 @@ import * as React from 'react'; const updateInputModal = (status: string, type: number) => { const formMap = wrapper.xFormWrapper.formMap; - const region = type === 0 ? 5 : 3; - const broker = type === 0 ? 6 : 4; + const region = type === 0 ? 6 : 3; + const broker = type === 0 ? 7 : 4; formMap[region].invisible = status === 'region'; formMap[broker].invisible = status !== 'region'; diff --git a/kafka-manager-console/src/container/search-filter.tsx b/kafka-manager-console/src/container/search-filter.tsx index 6c199ab3..f6ed09fa 100644 --- a/kafka-manager-console/src/container/search-filter.tsx +++ b/kafka-manager-console/src/container/search-filter.tsx @@ -126,7 +126,7 @@ export class SearchAndFilterContainer extends React.Component