You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "bluewang (via GitHub)" <gi...@apache.org> on 2023/04/18 07:52:19 UTC

[GitHub] [inlong] bluewang commented on a diff in pull request #7872: [INLONG-7871][Dashboard] MySQL source supports filling in the database name whitelist

bluewang commented on code in PR #7872:
URL: https://github.com/apache/inlong/pull/7872#discussion_r1169636822


##########
inlong-dashboard/src/plugins/sources/defaults/MySQLBinlog.ts:
##########
@@ -145,4 +145,16 @@ export default class TubeMqSource
   })
   @I18n('meta.Sources.Db.TableWhiteList')
   tableWhiteList: boolean;
+
+  @FieldDecorator({
+    type: 'input',
+    tooltip: i18n.t('meta.Sources.Db.DatabaseWhiteListHelp'),
+    rules: [{ required: true }],

Review Comment:
   can be empty



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org