leezng commented on code in PR #7370:
URL: https://github.com/apache/inlong/pull/7370#discussion_r1106744902
##########
inlong-dashboard/src/metas/groups/common/status.tsx:
##########
@@ -40,6 +40,16 @@ export const statusList: StatusProp[] = [
value: 30,
type: 'default',
},
+ {
+ label: i18n.t('meta.Group.Status.Deleted'),
+ value: 40,
+ type: 'warning',
Review Comment:
The status icon needs to be standardized, the error status should uses error
type.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]