diff --git a/configs/client-default.js b/configs/client-default.js index 13b0d92c..6636557e 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -645,7 +645,8 @@ module.exports = function(options) { staticPrefix: staticPrefix + "/plugins/c9.ide.help" }, { - packagePath: "plugins/c9.ide.configuration/configure" + packagePath: "plugins/c9.ide.configuration/configure", + dashboardUrl: options.dashboardUrl, }, "plugins/c9.ide.save/save", "plugins/c9.ide.recentfiles/recentfiles", diff --git a/package.json b/package.json index c2b9381e..a08b7756 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "c9.ide.ace.stripws": "#cf0f42ac59", "c9.ide.behaviors": "#5e58269f29", "c9.ide.closeconfirmation": "#cee4674141", - "c9.ide.configuration": "#a17478a2e5", + "c9.ide.configuration": "#382b61f4ab", "c9.ide.dialog.wizard": "#7667ec79a8", "c9.ide.fontawesome": "#781602c5d8", "c9.ide.format": "#b0bb91a623",