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 10:59:45 UTC

[incubator-dubbo-ops] branch develop updated (17067b3 -> 057e131)

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

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


    from 17067b3  enhance headers for RoutingRule
     new 036906f  enhance table header
     new 057e131  enhance table header

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dubbo-admin-frontend/src/components/RoutingRule.vue   | 6 ++++--
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)


[incubator-dubbo-ops] 02/02: enhance table header

Posted by il...@apache.org.
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

commit 057e1317ec0198f18d5d1d1ce935e2f537d8df90
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Wed Sep 12 18:59:30 2018 +0800

    enhance table header
---
 dubbo-admin-frontend/src/components/RoutingRule.vue | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dubbo-admin-frontend/src/components/RoutingRule.vue b/dubbo-admin-frontend/src/components/RoutingRule.vue
index 30bbc62..45a5f16 100644
--- a/dubbo-admin-frontend/src/components/RoutingRule.vue
+++ b/dubbo-admin-frontend/src/components/RoutingRule.vue
@@ -167,11 +167,13 @@
       headers: [
         {
           text: 'Rule Name',
-          value: 'rule'
+          value: 'rule',
+          align: 'left'
         },
         {
           text: 'Service Name',
-          value: 'service'
+          value: 'service',
+          align: 'left'
         },
         {
           text: 'Priority',


[incubator-dubbo-ops] 01/02: enhance table header

Posted by il...@apache.org.
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

commit 036906f6369111abce9650437ea83db3c64229f2
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Wed Sep 12 18:58:40 2018 +0800

    enhance table header
---
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index be3037d..60f0184 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -102,22 +102,22 @@
         {
           text: 'Service',
           value: 'service',
-          class: 'font-weight-black'
+          align: 'left'
         },
         {
           text: 'Group',
           value: 'group',
-          class: 'font-weight-black'
+          align: 'left'
         },
         {
           text: 'Application',
           value: 'application',
-          class: 'font-weight-black'
+          align: 'left'
         },
         {
           text: 'Operation',
           value: 'operation',
-          class: 'font-weight-black'
+          sortable: false
         }
       ]
     }),