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/13 08:08:49 UTC

[incubator-dubbo-ops] branch develop updated: add key for operations

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 bd9f43d  add key for operations
bd9f43d is described below

commit bd9f43d673cc999c2f720f6bbd0d191a60e039b1
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Thu Sep 13 16:08:33 2018 +0800

    add key for operations
---
 dubbo-admin-frontend/src/components/RoutingRule.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/components/RoutingRule.vue b/dubbo-admin-frontend/src/components/RoutingRule.vue
index 9dff1a9..10ff529 100644
--- a/dubbo-admin-frontend/src/components/RoutingRule.vue
+++ b/dubbo-admin-frontend/src/components/RoutingRule.vue
@@ -57,7 +57,7 @@
               <td class="text-xs-left">{{ props.item.priority }}</td>
               <td class="text-xs-left">{{ props.item.status }}</td>
               <td class="justify-center px-0">
-                <v-tooltip bottom v-for="op in operations">
+                <v-tooltip bottom v-for="op in operations" :key="op.callback">
                   <v-icon small class="mr-2" slot="activator" @click="op.callback">
                     {{op.icon}}
                   </v-icon>