This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new cd37555f7 feat(config-ui): add endpoint example in sonarqube (#5861)
cd37555f7 is described below

commit cd37555f7424c68c5e0cf8f8469f2cef9423da43
Author: 青湛 <[email protected]>
AuthorDate: Mon Aug 14 14:10:39 2023 +1200

    feat(config-ui): add endpoint example in sonarqube (#5861)
---
 config-ui/src/plugins/register/sonarqube/config.ts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config-ui/src/plugins/register/sonarqube/config.ts 
b/config-ui/src/plugins/register/sonarqube/config.ts
index 838dc62eb..26722e2f3 100644
--- a/config-ui/src/plugins/register/sonarqube/config.ts
+++ b/config-ui/src/plugins/register/sonarqube/config.ts
@@ -33,7 +33,10 @@ export const SonarQubeConfig: PluginConfigType = {
     docLink: DOC_URL.PLUGIN.SONARQUBE.BASIS,
     fields: [
       'name',
-      'endpoint',
+      {
+        key: 'endpoint',
+        subLabel: 'Provide the SonarQube instance API endpoint. E.g. 
http://<host>:<port>/api/',
+      },
       'token',
       'proxy',
       {

Reply via email to