You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2018/11/05 06:04:06 UTC

[incubator-dubbo-ops] branch develop updated: change hint to meet demo service

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

min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/develop by this push:
     new 15df728  change hint to meet demo service
15df728 is described below

commit 15df72886a00e1a18edfd7ab508e2f5b1fe705b4
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Mon Nov 5 14:04:00 2018 +0800

    change hint to meet demo service
---
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index eb5ff46..8c19c85 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -128,7 +128,7 @@
       },
       hint () {
         if (this.selected === 0) {
-          return 'Full qualified class name with service version, e.g. org.apache.dubbo.HelloService:1.0.0'
+          return 'Service ID, org.apache.dubbo.demo.api.DemoService'
         } else if (this.selected === 1) {
           return 'Find all services provided by the target server on the specified IP address'
         } else if (this.selected === 2) {