fuweng11 commented on code in PR #10848: URL: https://github.com/apache/inlong/pull/10848#discussion_r1726161261
########## inlong-dashboard/src/plugins/sources/common/SourceDefaultInfo.ts: ########## @@ -136,6 +136,10 @@ export class SourceDefaultInfo implements DataWithBackend, RenderRow, RenderList @I18n('basic.Status') readonly status: string; + @ColumnDecorator() + @I18n('meta.Sources.ClusterName') + readonly inlongClusterName: string; Review Comment: The `inlongClusterName` should be placed before the `status`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org