|
@@ -234,7 +234,12 @@ class Sidebar extends Component<PropsType, StateType> {
|
|
|
Launch
|
|
Launch
|
|
|
</NavButton>
|
|
</NavButton>
|
|
|
|
|
|
|
|
- {this.props.isAuthorized("integrations", "", ["get"]) && (
|
|
|
|
|
|
|
+ {this.props.isAuthorized("integrations", "", [
|
|
|
|
|
+ "get",
|
|
|
|
|
+ "create",
|
|
|
|
|
+ "update",
|
|
|
|
|
+ "delete",
|
|
|
|
|
+ ]) && (
|
|
|
<NavButton
|
|
<NavButton
|
|
|
selected={currentView === "integrations"}
|
|
selected={currentView === "integrations"}
|
|
|
onClick={() =>
|
|
onClick={() =>
|