From 95411a1658411945ee29b4f38c450b75621200b5 Mon Sep 17 00:00:00 2001 From: Lennart kats Date: Tue, 1 Sep 2015 13:12:17 +0000 Subject: [PATCH] Add dashboard link to Cloud9 menu --- configs/client-default.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 4b025cee..03d3816c 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "c9.ide.ace.stripws": "#cf0f42ac59", "c9.ide.behaviors": "#9f0ff4a2a6", "c9.ide.closeconfirmation": "#a28bfd8272", - "c9.ide.configuration": "#a17478a2e5", + "c9.ide.configuration": "#382b61f4ab", "c9.ide.dialog.wizard": "#7667ec79a8", "c9.ide.fontawesome": "#781602c5d8", "c9.ide.format": "#b0bb91a623",