Skip to content

Commit 3294706

Browse files
authored
added "Connect" to sidebar (#275)
fixed server setting menu
1 parent 14001e6 commit 3294706

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/dashboard/DashboardView.react.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ export default class DashboardView extends React.Component {
125125

126126
let apiSubSections = [];
127127

128-
// apiSubSections.push({
129-
// name: "Connect",
130-
// link: "/connections"
131-
// });
128+
apiSubSections.push({
129+
name: "Connect",
130+
link: "/connect"
131+
});
132132

133133
apiSubSections.push({
134134
name: 'Console',
@@ -390,7 +390,7 @@ export default class DashboardView extends React.Component {
390390

391391
let sidebar = (
392392
<Sidebar
393-
showTour={this.state.showTour}
393+
showTour={this.state && this.state.showTour}
394394
sections={appSidebarSections}
395395
appSelector={true}
396396
section={this.section}

0 commit comments

Comments
 (0)