You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2021/01/05 09:52:27 UTC

[cloudstack-primate] branch master updated: component: remove Primate name from the footer, fix bug report link

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

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new e3b4210  component: remove Primate name from the footer, fix bug report link
e3b4210 is described below

commit e3b42103ae42b79f4db521c093881334f6a31dd8
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Tue Jan 5 15:21:56 2021 +0530

    component: remove Primate name from the footer, fix bug report link
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 src/components/page/GlobalFooter.vue | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue
index d6f8abf..c19f825 100644
--- a/src/components/page/GlobalFooter.vue
+++ b/src/components/page/GlobalFooter.vue
@@ -23,9 +23,7 @@
     <div class="line" v-if="$store.getters.userInfo.roletype === 'Admin'">
       CloudStack {{ $store.getters.features.cloudstackversion }}
       <a-divider type="vertical" />
-      Primate {{ $store.getters.version }}
-      <a-divider type="vertical" />
-      <a href="https://github.com/apache/cloudstack-primate/issues/new/choose" target="_blank">
+      <a href="https://github.com/apache/cloudstack/issues/new" target="_blank">
         <a-icon type="github"/>
         {{ $t('label.report.bug') }}
       </a>