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 2019/07/08 01:31:58 UTC

[dubbo-admin] branch develop updated: add 'weight' label to provider list #130 (#435)

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/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3aea527  add 'weight' label to provider list #130 (#435)
3aea527 is described below

commit 3aea527d387999a2949eee3324cc9a8b3178d123
Author: 孙不服 <su...@163.com>
AuthorDate: Mon Jul 8 09:31:53 2019 +0800

    add 'weight' label to provider list #130 (#435)
---
 dubbo-admin-ui/src/components/ServiceDetail.vue | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dubbo-admin-ui/src/components/ServiceDetail.vue b/dubbo-admin-ui/src/components/ServiceDetail.vue
index 8496a13..366b5ff 100644
--- a/dubbo-admin-ui/src/components/ServiceDetail.vue
+++ b/dubbo-admin-ui/src/components/ServiceDetail.vue
@@ -56,6 +56,7 @@
                 <td>{{getPort(props.item.address)}}</td>
                 <td></td>
                 <td></td>
+                <td>{{props.item.weight}}</td>
                 <td>
                   <v-tooltip top>
                     <v-btn
@@ -174,6 +175,10 @@
               value: 'serial'
             },
             {
+              text: this.$t('weight'),
+              value: 'weight'
+            },
+            {
               text: this.$t('operation'),
               value: 'operate'
             }