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 59ec1b5 update footer
59ec1b5 is described below
commit 59ec1b5158fe6d4dd22f0cd738ed493f211bc988
Author: beiwei30 <[email protected]>
AuthorDate: Mon Sep 10 17:14:22 2018 +0800
update footer
---
dubbo-admin/dubbo-admin-frontend/src/App.vue | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dubbo-admin/dubbo-admin-frontend/src/App.vue
b/dubbo-admin/dubbo-admin-frontend/src/App.vue
index 28375f0..fa1f531 100644
--- a/dubbo-admin/dubbo-admin-frontend/src/App.vue
+++ b/dubbo-admin/dubbo-admin-frontend/src/App.vue
@@ -23,10 +23,9 @@
<router-view/>
</v-content>
<v-footer height="auto" class="white pa-3 app--footer">
- <span class="caption">Copyright © {{ new Date().getFullYear() }}
The Apache Software Foundation. </span>
+ <span class="caption">Dubbo Admin</span>
<v-spacer></v-spacer>
- <span class="caption mr-1"> Make With Love </span>
- <v-icon color="pink" small>favorite</v-icon>
+ <span class="caption mr-1">Copyright © {{ new Date().getFullYear()
}} The Apache Software Foundation.</span>
</v-footer>
</v-app>
</template>