mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix minor UI issues
This commit is contained in:
parent
d620d8db6f
commit
33ef209f89
@ -90,6 +90,7 @@
|
||||
"c9.ide.imgeditor": "#612e75ef4f",
|
||||
"c9.ide.immediate": "#a962119bec",
|
||||
"c9.ide.installer": "#0fde9f0067",
|
||||
"c9.ide.language.python": "#undefined",
|
||||
"c9.ide.mount": "#b9a5a2d45c",
|
||||
"c9.ide.navigate": "#38ae100ea1",
|
||||
"c9.ide.newresource": "#981a408a7b",
|
||||
|
||||
@ -112,7 +112,7 @@ define(function(require, exports, module) {
|
||||
+ "</span><span class='path'>"
|
||||
+ (command.hint
|
||||
? this.replaceStrong(command.hint)
|
||||
: "No Description")
|
||||
: "")
|
||||
+ "</span></div>");
|
||||
};
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@ define(function(require, exports, module) {
|
||||
onclick: function() { window.open(accountUrl); }
|
||||
}), c += 100, plugin);
|
||||
menus.addItemByPath(name + "/Home", new ui.item({
|
||||
onclick: function() { window.open(ideBaseUrl); }
|
||||
onclick: function() { window.open(ideBaseUrl + "?redirect=0"); }
|
||||
}), c += 100, plugin);
|
||||
|
||||
if (!options.noLogout) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user