summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-12 17:48:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-12 17:48:31 +0000
commit9b270da34e6e170784db4a07c39e1d702f9efeb7 (patch)
tree666362b61924696be8ee9dfd8512748445aa0a22
parentcorrect the file permissions so that the python plugins also work (diff)
downloadnetdata-9b270da34e6e170784db4a07c39e1d702f9efeb7.tar.xz
netdata-9b270da34e6e170784db4a07c39e1d702f9efeb7.zip
Removing 'Sign In' infobar on the bottom of the screen (Closes: #930504).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0011-remove-signin.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/debian/0011-remove-signin.patch b/debian/patches/debian/0011-remove-signin.patch
new file mode 100644
index 000000000..ff402371a
--- /dev/null
+++ b/debian/patches/debian/0011-remove-signin.patch
@@ -0,0 +1,22 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Removing 'Sign In' infobar on the bottom of the screen (Closes: #930504).
+
+diff -Naurp netdata.orig/web/gui/index.html netdata/web/gui/index.html
+--- netdata.orig/web/gui/index.html
++++ netdata/web/gui/index.html
+@@ -114,6 +114,7 @@
+ <div id="navbar-highlight-content" class="navbar-highlight-content"></div>
+ </div>
+
++<!--
+ <div id="sign-in-banner" style="display: none">
+ <div class="container">
+ Like what you see?
+@@ -124,6 +125,7 @@
+ </div>
+ </div>
+ </div>
++-->
+
+ <div id="masthead" style="display: none;">
+ <div class="container">
diff --git a/debian/patches/series b/debian/patches/series
index 181a145e3..fdae31046 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ debian/0008-remove-social-media-buttons.patch
debian/0009-remove-googleanalytics.patch
debian/0010-remove-login.patch
upstream/0001-allow-symlinks.patch
+debian/0011-remove-signin.patch