Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ via GitHub pull requests.
## News and Events

* [Blog](https://blogs.apache.org/cloudstack)
* [Twitter](https://twitter.com/cloudstack)
* [Events and meetup](http://cloudstackcollab.org/)
* [YouTube channel](https://www.youtube.com/ApacheCloudStack)

## Getting Involved and Contributing

Expand All @@ -143,14 +141,13 @@ several communications channels, the [mailing lists](https://cloudstack.apache.o
official channels for making decisions about the project itself.

Mailing lists:
- [Development Mailing List](mailto:dev-subscribe@cloudstack.apache.org)
- [Users Mailing List](mailto:users-subscribe@cloudstack.apache.org)
- [Commits Mailing List](mailto:commits-subscribe@cloudstack.apache.org)
- [Issues Mailing List](mailto:issues-subscribe@cloudstack.apache.org)
- [Marketing Mailing List](mailto:marketing-subscribe@cloudstack.apache.org)

Report and/or check bugs on [GitHub](https://github.com/apache/cloudstack/issues) and check our
developer [page](https://cloudstack.apache.org/developers.html) for contributing code.
- Development Mailing List
- Users Mailing List
- Commits Mailing List
- Issues Mailing List
- Marketing Mailing List

Check our developer [page](https://cloudstack.apache.org/developers.html) for contributing code.

## Reporting Security Vulnerabilities

Expand Down
14 changes: 1 addition & 13 deletions ui/public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"docBase": "http://docs.cloudstack.apache.org/en/latest",
"appTitle": "CloudStack",
"footer": "Licensed under the <a href='http://www.apache.org/licenses/' target='_blank'>Apache License</a>, Version 2.0.",
"footer": "Licensed under the Apache License, Version 2.0.",
"loginTitle": "CloudStack",
"loginFavicon": "assets/logo.svg",
"loginFooter": "",
Expand Down Expand Up @@ -81,18 +81,6 @@
"link": "https://cloudstack.apache.org/api.html",
"icon": "api-outlined"
},
{
"title": "Email Support",
"text": "Join CloudStack users mailing list to seek and provide support",
"link": "mailto:users-subscribe@cloudstack.apache.org",
"icon": "mail-outlined"
},
{
"title": "Report Issue",
"text": "Submit a bug or improvement request",
"link": "https://github.com/apache/cloudstack/issues/new",
"icon": "bug-outlined"
}
]
},
"plugins": [],
Expand Down
5 changes: 0 additions & 5 deletions ui/src/components/page/GlobalFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
{{ $t('label.new.version.available') + ': ' + $store.getters.latestVersion.version }}
</a>
</span>
<a-divider type="vertical" />
<a href="https://github.com/apache/cloudstack/discussions" target="_blank">
<github-outlined />
{{ $t('label.report.bug') }}
</a>
</div>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/dashboard/OnboardingDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<pre>{{ $t('message.installwizard.cloudstack.helptext.mailinglists') }}<a href="https://cloudstack.apache.org/mailing-lists.html" target="_blank">https://cloudstack.apache.org/mailing-lists.html</a></pre>
<pre>{{ $t('message.installwizard.cloudstack.helptext.survey') }}<a href="https://cloudstack.apache.org/survey.html" target="_blank">https://cloudstack.apache.org/survey.html</a></pre>
<pre>{{ $t('message.installwizard.cloudstack.helptext.issues') }}<a href="https://github.com/apache/cloudstack/issues/new" target="_blank">https://github.com/apache/cloudstack/issues/new</a></pre>
<pre>{{ $t('message.installwizard.cloudstack.helptext.issues') }}</pre>

<a-button @click="() => { step = 1 }" type="primary">
{{ $t('label.continue.install') }}
Expand Down
Loading