e2corporation commented on code in PR #2675:
URL: https://github.com/apache/incubator-devlake/pull/2675#discussion_r937699149


##########
config-ui/src/data/integrations.jsx:
##########
@@ -69,6 +70,24 @@ const integrationsData = [
       />
     )
   },
+  {
+    id: Providers.TAPD,
+    type: ProviderTypes.INTEGRATION,
+    enabled: true,
+    multiConnection: true,
+    name: ProviderLabels.TAPD,
+    icon: <TapdProvider className='providerIconSvg' width='30' height='30' 
style={{ float: 'left', marginTop: '5px' }} />,
+    iconDashboard: <TapdProvider className='providerIconSvg' width='40' 
height='40' />,
+    settings: ({ activeProvider, activeConnection, isSaving, 
isSavingConnection, setSettings }) => (
+      <JenkinsSettings

Review Comment:
   **TAPD** needs to use it's own `settings` component file, copy 
`settings/jenkins.jsx` to `settings/tapd.jsx`, update the Component definition 
and export names, and then import it and change this to `<TapdSettings .....`>.



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

Reply via email to