mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-7417/PLT-7425 (#7278)
PLT-7417/PLT-7425 Update config.json defaults and removed admin console link settings
This commit is contained in:
@@ -67,9 +67,8 @@ export default class AdminNavbarDropdown extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const config = global.window.mm_config;
|
||||
var teamsArray = []; // Array of team objects
|
||||
var teams = []; // Array of team components
|
||||
var teamsArray = []; // Array of team objects
|
||||
var teams = []; // Array of team components
|
||||
let switchTeams;
|
||||
|
||||
if (this.state.teamMembers && this.state.teamMembers.length > 0) {
|
||||
@@ -154,7 +153,7 @@ export default class AdminNavbarDropdown extends React.Component {
|
||||
/>
|
||||
<li>
|
||||
<Link
|
||||
to={config.AdministratorsGuideLink}
|
||||
to='https://about.mattermost.com/administrators-guide/'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
@@ -166,7 +165,7 @@ export default class AdminNavbarDropdown extends React.Component {
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
to={config.TroubleshootingForumLink}
|
||||
to='https://about.mattermost.com/troubleshooting-forum/'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
@@ -178,7 +177,7 @@ export default class AdminNavbarDropdown extends React.Component {
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
to={config.CommercialSupportLink}
|
||||
to='https://about.mattermost.com/commercial-support/'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user