From 8ed9a8b998f0af318da9eb7a805bec8f39eb91cb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 29 Dec 2018 14:57:30 +0100 Subject: Adding patch to hide social-media buttons in navbar to declutter the interface. Signed-off-by: Daniel Baumann --- debian/patches/0003-hide-social-media-buttons.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/0003-hide-social-media-buttons.patch diff --git a/debian/patches/0003-hide-social-media-buttons.patch b/debian/patches/0003-hide-social-media-buttons.patch new file mode 100644 index 000000000..33fca6246 --- /dev/null +++ b/debian/patches/0003-hide-social-media-buttons.patch @@ -0,0 +1,15 @@ +diff -Naurp netdata.orig/web/gui/index.html netdata/web/gui/index.html +--- netdata.orig/web/gui/index.html ++++ netdata/web/gui/index.html +@@ -98,9 +98,11 @@ + ++ +
  •  
  • +
  •  
  • +
  •  
  • diff --git a/debian/patches/series b/debian/patches/series index 3d95f9711..39fa3eb8e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,7 @@ 0001-python-libraries-removed-from-make.patch 0002-remove-file-serve-restrictions-for-symlinks.patch 0003-hide-update-button.patch +0003-hide-social-media-buttons.patch 0004-debianize-path-to-exim4-binary.patch 0005-remove-infographic-for-privacy-breach-reasons.patch 0006-force-usage-of-python3.patch -- cgit v1.2.3