diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 14:08:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 14:08:07 +0000 |
commit | bdedce4fdf35c9304a5ddf3cf22e66f37a892010 (patch) | |
tree | 31316d8d6a25e10d833779684ef4d435214dd78a | |
parent | Minimizing remove-social-media-buttons.patch. (diff) | |
download | netdata-bdedce4fdf35c9304a5ddf3cf22e66f37a892010.tar.xz netdata-bdedce4fdf35c9304a5ddf3cf22e66f37a892010.zip |
Minimizing remove-signin.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0011-remove-signin.patch | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/debian/patches/debian/0011-remove-signin.patch b/debian/patches/debian/0011-remove-signin.patch index ff402371..a3c68ca7 100644 --- a/debian/patches/debian/0011-remove-signin.patch +++ b/debian/patches/debian/0011-remove-signin.patch @@ -4,19 +4,21 @@ Description: Removing 'Sign In' infobar on the bottom of the screen (Closes: #93 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 @@ +@@ -106,17 +106,6 @@ <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="sign-in-banner" style="display: none"> +- <div class="container"> +- Like what you see? +- <strong><a href="#" class="__link" onclick="signInDidClick(event); return false">Sign in</a> +- to experience the full-range of netdata capabilities!</strong> +- <div class="__close" onclick="closeSignInBannerDidClick(event)"> +- Close <i class="fas fa-times"></i> +- </div> +- </div> +- </div> +- <div id="masthead" style="display: none;"> <div class="container"> + <div class="row"> |