You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ke...@apache.org on 2019/03/31 11:33:00 UTC

[incubator-dubbo-admin] branch develop updated: Change copyright date to be static (#346)

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

kezhenxu94 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6342bb3  Change copyright date to be static (#346)
6342bb3 is described below

commit 6342bb32ea5c63945ea10cd61c40432a121d9a98
Author: 于玉桔 <76...@qq.com>
AuthorDate: Sun Mar 31 19:32:55 2019 +0800

    Change copyright date to be static (#346)
---
 dubbo-admin-ui/src/components/public/Footers.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-ui/src/components/public/Footers.vue b/dubbo-admin-ui/src/components/public/Footers.vue
index 331bea7..64f4e73 100644
--- a/dubbo-admin-ui/src/components/public/Footers.vue
+++ b/dubbo-admin-ui/src/components/public/Footers.vue
@@ -18,7 +18,7 @@
 <template>
   <v-footer inset height="auto" class="pa-3 footer-border-top">
     <v-spacer></v-spacer>
-    <span class="caption mr-1"><strong>Copyright</strong> &copy;{{ new Date().getFullYear() }} <strong>The Apache Software Foundation.</strong></span>
+    <span class="caption mr-1"><strong>Copyright</strong> &copy;2018-2019 <strong>The Apache Software Foundation.</strong></span>
   </v-footer>
 </template>
 <script>