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 2018/10/24 07:47:08 UTC

[incubator-dubbo-ops] branch develop updated: Move doc images to doc folder (#161)

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


The following commit(s) were added to refs/heads/develop by this push:
     new 21ba191  Move doc images to doc folder (#161)
21ba191 is described below

commit 21ba191aa84760981195354ce2c650730c11013f
Author: 马金凯 <ma...@vip.qq.com>
AuthorDate: Wed Oct 24 15:47:04 2018 +0800

    Move doc images to doc folder (#161)
---
 README.md                                                |   6 +++---
 .../src/assets => doc/images}/index.png                  | Bin
 doc/images/logo.png                                      | Bin 0 -> 5564 bytes
 .../src/assets => doc/images}/profile-eclipse.jpg        | Bin
 .../src/assets => doc/images}/profile-idea.jpg           | Bin
 dubbo-admin-frontend/src/assets/.gitkeep                 |   0
 dubbo-admin-frontend/src/assets/avatar.png               | Bin 0 -> 1515 bytes
 dubbo-admin-frontend/src/assets/man_4.jpg                | Bin 6718 -> 0 bytes
 dubbo-admin-frontend/src/components/public/Toolbar.vue   |   2 +-
 9 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 289eb6f..14f998e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 ### Screenshot
 
-![index](https://raw.githubusercontent.com/apache/incubator-dubbo-ops/develop/dubbo-admin-frontend/src/assets/index.png)
+![index](https://raw.githubusercontent.com/apache/incubator-dubbo-ops/develop/doc/images/index.png)
 
 ### Frontend
 
@@ -47,7 +47,7 @@
 
       1. Choose profile file during project importing   
          1. In the **Import from Maven** page where IntelliJ IDEA displays the profiles, activate the ones you need: 
-      ![profile](https://raw.githubusercontent.com/apache/incubator-dubbo-ops/develop/dubbo-admin-frontend/src/assets/profile-idea.jpg)
+      ![profile](https://raw.githubusercontent.com/apache/incubator-dubbo-ops/develop/doc/images/profile-idea.jpg)
          2.  Select **Next** and finish import
     
       2.  Choose profile file in the Maven Projects tool window to activate profiles.  
@@ -60,7 +60,7 @@
         2. In **Project Explorer**, right click `dubbo-admin-backend`
         3. Choose **Maven**->**Select Maven Profiles**
         4. Select profile you need
-        ![profile-eclipse](https://raw.githubusercontent.com/apache/incubator-dubbo-ops/develop/dubbo-admin-frontend/src/assets/profile-eclipse.jpg)
+        ![profile-eclipse](https://raw.githubusercontent.com/apache/incubator-dubbo-ops/develop/doc/images/profile-eclipse.jpg)
 * Run backend project  
    backend is a standard spring boot project, you can run it in any java IDE
 * Run frontend project  
diff --git a/dubbo-admin-frontend/src/assets/index.png b/doc/images/index.png
similarity index 100%
rename from dubbo-admin-frontend/src/assets/index.png
rename to doc/images/index.png
diff --git a/doc/images/logo.png b/doc/images/logo.png
new file mode 100644
index 0000000..0951ed5
Binary files /dev/null and b/doc/images/logo.png differ
diff --git a/dubbo-admin-frontend/src/assets/profile-eclipse.jpg b/doc/images/profile-eclipse.jpg
similarity index 100%
rename from dubbo-admin-frontend/src/assets/profile-eclipse.jpg
rename to doc/images/profile-eclipse.jpg
diff --git a/dubbo-admin-frontend/src/assets/profile-idea.jpg b/doc/images/profile-idea.jpg
similarity index 100%
rename from dubbo-admin-frontend/src/assets/profile-idea.jpg
rename to doc/images/profile-idea.jpg
diff --git a/dubbo-admin-frontend/src/assets/.gitkeep b/dubbo-admin-frontend/src/assets/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/dubbo-admin-frontend/src/assets/avatar.png b/dubbo-admin-frontend/src/assets/avatar.png
new file mode 100644
index 0000000..1aa2f2f
Binary files /dev/null and b/dubbo-admin-frontend/src/assets/avatar.png differ
diff --git a/dubbo-admin-frontend/src/assets/man_4.jpg b/dubbo-admin-frontend/src/assets/man_4.jpg
deleted file mode 100644
index dbccc28..0000000
Binary files a/dubbo-admin-frontend/src/assets/man_4.jpg and /dev/null differ
diff --git a/dubbo-admin-frontend/src/components/public/Toolbar.vue b/dubbo-admin-frontend/src/components/public/Toolbar.vue
index 9c7713d..dba8907 100644
--- a/dubbo-admin-frontend/src/components/public/Toolbar.vue
+++ b/dubbo-admin-frontend/src/components/public/Toolbar.vue
@@ -52,7 +52,7 @@
     <v-menu offset-y origin="center center" :nudge-bottom="10" transition="scale-transition">
       <v-btn icon large flat slot="activator">
         <v-avatar size="30px">
-          <img src="@/assets/man_4.jpg" alt="Michael Wang"/>
+          <img src="@/assets/avatar.png" alt="Logined User" />
         </v-avatar>
       </v-btn>
       <v-list class="pa-0">