mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 02:51:22 +00:00
netdata: update to version 1.33.1
- Switch to upstream's release tarball Requires to add PKG_BUILD_DIR since netdata is extracted to the folder netdata-v1.33.1 instead of the previous solution where there was missing v - Disable anomaly detection by default This avoids adding a new dependencies to netdata Fixes: Package netdata is missing dependencies for the following libraries: libatomic.so.1 libstdc++.so.6 - Add FreeBSD patch to have smaller package and to avoid clutter in WebUI Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz> [add commit message, add FreeBSD patch] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
be7424a840
commit
1278eec776
15
admin/netdata/patches/002-extra-patch-web_gui_main.js.patch
Normal file
15
admin/netdata/patches/002-extra-patch-web_gui_main.js.patch
Normal file
@@ -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