mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +9028 from c9/dashboard-me
Add dashboard link to Cloud9 menu
This commit is contained in:
commit
a2c3269cde
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user