diff options
-rw-r--r-- | debian/patches/debian/0011-remove-signin.patch | 22 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 |