diff options
-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 ff402371a..a3c68ca7c 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"> |