You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/03/03 07:25:26 UTC

[GitHub] [incubator-inlong] leezng opened a new pull request #2863: [INLONG-2861] Support common data source module

leezng opened a new pull request #2863:
URL: https://github.com/apache/incubator-inlong/pull/2863


   Fixes #6182
   
   Support common data source module. Through the front-end page logic, it still needs to be debugged with manger.


-- 
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



[GitHub] [incubator-inlong] aloyszhang merged pull request #2863: [INLONG-2861][dashboard] Support common data source module for DB collect

Posted by GitBox <gi...@apache.org>.
aloyszhang merged pull request #2863:
URL: https://github.com/apache/incubator-inlong/pull/2863


   


-- 
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



[GitHub] [incubator-inlong] dockerzhang commented on a change in pull request #2863: [INLONG-2861][dashboard] Support common data source module for DB collect

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on a change in pull request #2863:
URL: https://github.com/apache/incubator-inlong/pull/2863#discussion_r818608801



##########
File path: inlong-dashboard/src/locales/en.json
##########
@@ -293,6 +293,25 @@
   "pages.ConsumeDashboard.NewConsume": "Create",
   "pages.ConsumeDetail.Info.config.ConsumerGroupID": "Consumer group ID",
   "pages.ConsumeDetail.ConsumptionDetails": "Consumption Detail",
+  "pages.Datasources.status.Success": "Success",
+  "pages.Datasources.status.Error": "Error",
+  "pages.Datasources.status.Deleted": "Deleted",
+  "pages.Datasources.Create": "Create",
+  "pages.Datasources.LastModifier": "Last Modifier",
+  "pages.Datasources.Type": "Type",
+  "pages.Datasources.CreateModal.Server": "Server",
+  "pages.Datasources.DbConfig.ServerName": "ServerName",
+  "pages.Datasources.DbConfig.Type": "Type",
+  "pages.Datasources.DbConfig.IpPattern": "Please enter the IP address correctly",
+  "pages.Datasources.DbConfig.Port": "Port",
+  "pages.Datasources.DbConfig.PortPattern": "Please enter the Port correctly",
+  "pages.Datasources.DbConfig.BackupDbIp": "Backup IP",
+  "pages.Datasources.DbConfig.BackupDbPort": "Backup Port",
+  "pages.Datasources.DbConfig.DbName": "DbName",

Review comment:
       ```suggestion
     "pages.Datasources.DbConfig.DbName": "DBName",
   ```




-- 
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