mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
merge with branch feature/changes-for-script-plugin
This commit is contained in:
@@ -57,6 +57,14 @@ class PrimaryNavigation extends React.Component<Props> {
|
||||
append("/groups", "/(group|groups)", "primary-navigation.groups", "groups");
|
||||
append("/config", "/config", "primary-navigation.config", "config");
|
||||
|
||||
navigationItems.push(
|
||||
<ExtensionPoint
|
||||
name="primary-navigation"
|
||||
renderAll={true}
|
||||
props={{links: this.props.links}}
|
||||
/>
|
||||
);
|
||||
|
||||
this.appendLogout(navigationItems, append);
|
||||
|
||||
return navigationItems;
|
||||
|
||||
Reference in New Issue
Block a user