xjlgod commented on code in PR #14982:
URL:
https://github.com/apache/dolphinscheduler/pull/14982#discussion_r1358330141
##########
dolphinscheduler-ui/src/locales/en_US/security.ts:
##########
@@ -267,7 +267,11 @@ export default {
AtUserIds: 'At User Ids',
MsgType: 'Msg Type',
// eslint-disable-next-line quotes
- IsAtAll: "{'@'}All"
+ IsAtAll: "{'@'}All",
+ appId: 'AppId',
+ appSecret: 'AppSecret',
+ receiveIdType: 'ReceiveIdType',
+ receiveId: 'receiveId'
Review Comment:
This is to display appropriate field names in the UI. For instance, if not
add ‘appId’, it will be displayed as ‘alarm_ group.alarm_ Instance.appId’,
##########
dolphinscheduler-ui/src/locales/en_US/security.ts:
##########
@@ -267,7 +267,11 @@ export default {
AtUserIds: 'At User Ids',
MsgType: 'Msg Type',
// eslint-disable-next-line quotes
- IsAtAll: "{'@'}All"
+ IsAtAll: "{'@'}All",
+ appId: 'AppId',
+ appSecret: 'AppSecret',
+ receiveIdType: 'ReceiveIdType',
+ receiveId: 'receiveId'
Review Comment:
This is to display appropriate field names in the UI. For instance, if not
add ‘appId’, it will be displayed as ‘alarm_ group.alarm_ Instance.appId’,
--
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]