+
{t.ACL_MANAGEMENT}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {activeTab === 'users' && (
-
- )}
-
- {activeTab === 'acls' && (
-
- )}
-
- {/* User Management Modal */}
-
setIsUserModalVisible(false)}
- confirmLoading={loading}
- footer={[
- ,
- ,
- ]}
- >
-
-
-
-
- (visible ? : )}
+
+
+
-
-
-
-
-
-
-
-
-
- {/* ACL Permission Management Modal */}
- setIsAclModalVisible(false)}
- confirmLoading={loading}
- >
-
-
-
-
-
-
-
-
-
- {isUpdate ? (
-
- ) : (
-
- )}
-
-
-
-
-
-
+
+ placeholder={t.PLEASE_SELECT_BROKER}
+ style={{width: 200}}
+ onChange={handleBrokerChange}
+ value={selectedBroker}
+ options={brokerNamesOptions}
+ disabled={!selectedCluster}
+ allowClear
+ />
-
+ {t.CONFIRM}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {activeTab === 'users' && (
+
+ )}
+
+ {activeTab === 'acls' && (
+
+ )}
+
+ {/* User Management Modal */}
+ setIsUserModalVisible(false)}
+ confirmLoading={loading}
+ footer={[
+ ,
+ ,
+ ]}
+ >
+
-
-
-
+
+
+
+ {/* ACL Permission Management Modal */}
+