mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-11 02:44:23 +08:00
update 2026-08-23 21:31:57
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--- a/web/gui/main.js
|
||||
+++ b/web/gui/main.js
|
||||
@@ -759,11 +759,7 @@ function renderMyNetdataMenu(machinesArr
|
||||
if (!isSignedIn()) {
|
||||
if (!NETDATA.registry.isRegistryEnabled()) {
|
||||
html += (
|
||||
- `<div class="info-item" style="white-space: nowrap">
|
||||
- <span>Please <a href="#" onclick="signInDidClick(event); return false">sign in to netdata.cloud</a> to view your nodes!</span>
|
||||
- <div></div>
|
||||
- </div>
|
||||
- <hr />`
|
||||
+ ``
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user