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.

15 lines
563 B

  1. --- a/web/gui/main.js
  2. +++ b/web/gui/main.js
  3. @@ -759,11 +759,7 @@ function renderMyNetdataMenu(machinesArr
  4. if (!isSignedIn()) {
  5. if (!NETDATA.registry.isRegistryEnabled()) {
  6. html += (
  7. - `<div class="info-item" style="white-space: nowrap">
  8. - <span>Please <a href="#" onclick="signInDidClick(event); return false">sign in to netdata.cloud</a> to view your nodes!</span>
  9. - <div></div>
  10. - </div>
  11. - <hr />`
  12. + ``
  13. );
  14. }
  15. }