This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.18 by this push:
new c791c138e75 ui: change reporting link to Github Discussions (#9023)
c791c138e75 is described below
commit c791c138e75649b604d42f56d7d185a34fe30ce3
Author: Rohit Yadav <[email protected]>
AuthorDate: Fri May 10 23:41:37 2024 +0530
ui: change reporting link to Github Discussions (#9023)
* ui: change reporting link to Github Discussions
Many users are using the footer link to open questions about CloudStack
that are usually discussed on the users@ mailing list. This fixes that
behaviour by diverting them to Github Discussions which are linked with
the user@ ML, smart users can still report actual bugs/issues via the
issues tab.
Signed-off-by: Rohit Yadav <[email protected]>
* Update en.json
---------
Signed-off-by: Rohit Yadav <[email protected]>
---
ui/public/locales/en.json | 2 +-
ui/src/components/page/GlobalFooter.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index b11a8f864fb..d7e3c51c1ea 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -1613,7 +1613,7 @@
"label.removing": "Removing",
"label.replace.acl": "Replace ACL",
"label.replace.acl.list": "Replace ACL list",
-"label.report.bug": "Report issue",
+"label.report.bug": "Ask a question or Report an issue",
"label.required": "Required",
"label.requireshvm": "HVM",
"label.requiresupgrade": "Requires upgrade",
diff --git a/ui/src/components/page/GlobalFooter.vue
b/ui/src/components/page/GlobalFooter.vue
index 86c8948e564..854cecc78ac 100644
--- a/ui/src/components/page/GlobalFooter.vue
+++ b/ui/src/components/page/GlobalFooter.vue
@@ -23,7 +23,7 @@
<div class="line" v-if="$store.getters.userInfo.roletype === 'Admin'">
CloudStack {{ $store.getters.features.cloudstackversion }}
<a-divider type="vertical" />
- <a href="https://github.com/apache/cloudstack/issues/new"
target="_blank">
+ <a href="https://github.com/apache/cloudstack/discussions"
target="_blank">
<github-outlined />
{{ $t('label.report.bug') }}
</a>