You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2018/09/12 11:00:29 UTC

[incubator-dubbo-ops] branch develop updated: change table header

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

iluo 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 ddc5b66  change table header
ddc5b66 is described below

commit ddc5b6615e52273aef4139f5d374746e6da34cdd
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Wed Sep 12 19:00:14 2018 +0800

    change table header
---
 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 60f0184..6a9533d 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -100,7 +100,7 @@
       filter: '',
       headers: [
         {
-          text: 'Service',
+          text: 'Service Name',
           value: 'service',
           align: 'left'
         },