You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- 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 />`
|
|
+ ``
|
|
);
|
|
}
|
|
}
|