mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-05 13:08:48 +08:00
v2.1 fe
This commit is contained in:
@@ -597,7 +597,9 @@ class Admin {
|
||||
}
|
||||
|
||||
public getTopicsBasicInfo(clusterId: number, topicName: string) {
|
||||
return getTopicsBasicInfo(clusterId, topicName).then(this.setTopicsBasicInfo);
|
||||
return getTopicsBasicInfo(clusterId, topicName).then(data => {
|
||||
return this.setTopicsBasicInfo(data);
|
||||
});
|
||||
}
|
||||
|
||||
public getTasksKafkaFiles(clusterId?: any) {
|
||||
|
||||
Reference in New Issue
Block a user