Skip to content

Commit 24f259d

Browse files
re-enabled features that Noodl support now
1 parent 53e73ad commit 24f259d

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dashboard/DashboardView.react.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@ export default class DashboardView extends React.Component {
2828
}
2929

3030
let features = this.context.currentApp.serverInfo.features;
31-
console.log(features);
3231

3332
//remove features Noodl doesn't support yet
34-
delete features.cloudCode;
3533
delete features.globalConfig;
3634
delete features.hooks;
37-
delete features.logs;
3835
delete features.push;
3936

4037
let coreSubsections = [];
@@ -89,10 +86,10 @@ export default class DashboardView extends React.Component {
8986
});
9087
}
9188

92-
// coreSubsections.push({
93-
// name: 'API Console',
94-
// link: '/api_console'
95-
// });
89+
coreSubsections.push({
90+
name: 'API Console',
91+
link: '/api_console'
92+
});
9693

9794
if (this.context.currentApp.migration) {
9895
coreSubsections.push({

0 commit comments

Comments
 (0)