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/08/24 08:02:42 UTC

[incubator-dubbo-ops] branch develop updated: remove dark style from sidebar, and change dubbo ops to dubbo admin

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 27ecd09  remove dark style from sidebar, and change dubbo ops to dubbo admin
27ecd09 is described below

commit 27ecd096b1eae16ea05cb6b42176ed61a96075c2
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Fri Aug 24 16:02:18 2018 +0800

    remove dark style from sidebar, and change dubbo ops to dubbo admin
---
 dubbo-admin/dubbo-admin-frontend/src/components/Drawer.vue | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dubbo-admin/dubbo-admin-frontend/src/components/Drawer.vue b/dubbo-admin/dubbo-admin-frontend/src/components/Drawer.vue
index 9e03de9..fa940a6 100644
--- a/dubbo-admin/dubbo-admin-frontend/src/components/Drawer.vue
+++ b/dubbo-admin/dubbo-admin-frontend/src/components/Drawer.vue
@@ -20,13 +20,12 @@
     v-model="drawer"
     fixed
     app
-    dark
   >
     <v-toolbar
     color="primary">
       <img src="@/assets/logo.png" width="24" height="24"/>
       <v-toolbar-title class="ml-0 pl-3">
-        <span class="hidden-sm-and-down">Dubbo Admin</span>
+        <span class="hidden-sm-and-down white--text">Dubbo Admin</span>
       </v-toolbar-title>
     </v-toolbar>
     <v-list>