mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Adapt changes in help menu
- Use correct links:68e4f69057- Improved structure:028de93d65
This commit is contained in:
@@ -12,40 +12,22 @@ const HelpMenu = React.createClass({
|
||||
render() {
|
||||
return (
|
||||
<NavDropdown navItem title="Help" id="user-menu-dropdown" active={this.props.active}>
|
||||
<MenuItem href="http://info.graylog.org/report-a-problem" target="_blank">
|
||||
<i className="fa fa-external-link"></i> Report a Problem
|
||||
</MenuItem>
|
||||
<MenuItem href="http://info.graylog.org/ask-a-question" target="_blank">
|
||||
<i className="fa fa-external-link"></i> Ask a Question
|
||||
</MenuItem>
|
||||
<MenuItem href="http://info.graylog.org/product-feedback" target="_blank">
|
||||
<i className="fa fa-external-link"></i> Feedback to Product Team
|
||||
</MenuItem>
|
||||
|
||||
<MenuItem divider />
|
||||
<LinkContainer to={Routes.getting_started(true)}>
|
||||
<MenuItem>Getting Started</MenuItem>
|
||||
</LinkContainer>
|
||||
<MenuItem href={DocsHelper.versionedDocsHomePage()} target="blank">
|
||||
<i className="fa fa-external-link"></i>
|
||||
|
||||
Documentation
|
||||
</MenuItem>
|
||||
<MenuItem divider/>
|
||||
<MenuItem href="https://www.graylog.org/support/" target="blank">
|
||||
<i className="fa fa-external-link"></i>
|
||||
|
||||
Get Support
|
||||
</MenuItem>
|
||||
<MenuItem href="https://graylog.wufoo.com/forms/qup3ebj0kp9cfo/" target="blank">
|
||||
<i className="fa fa-external-link"></i>
|
||||
|
||||
Feedback
|
||||
</MenuItem>
|
||||
<MenuItem divider/>
|
||||
<MenuItem href="https://graylog.wufoo.com/forms/mzwusin1f7kudv/" target="blank">
|
||||
<i className="fa fa-external-link"></i>
|
||||
|
||||
Ask a Question
|
||||
</MenuItem>
|
||||
<MenuItem href="https://graylog.wufoo.com/forms/zaw0hgh07cndha/" target="blank">
|
||||
<i className="fa fa-external-link"></i>
|
||||
|
||||
Report a Problem
|
||||
</MenuItem>
|
||||
<MenuItem href="https://graylog.ideas.aha.io/?sort=popular" target="blank">
|
||||
<i className="fa fa-external-link"></i>
|
||||
|
||||
Product Ideas
|
||||
<i className="fa fa-external-link"></i> Documentation
|
||||
</MenuItem>
|
||||
</NavDropdown>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user