mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04:00
admin/netdata: Update to 1.22.1
Update netdata to 1.22.1 Disable cloud functionality Shoehorn patches from FreeBSD's ports repo Remove cloud notifications and netdata's self-update feature json-c is no longer optional Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
15
admin/netdata/patches/003-extra-patch-web_gui_main.js.patch
Normal file
15
admin/netdata/patches/003-extra-patch-web_gui_main.js.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- a/web/gui/main.js
|
||||
+++ b/web/gui/main.js
|
||||
@@ -745,11 +745,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