summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0011-remove-login.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0011-remove-login.patch')
-rw-r--r--debian/patches/debian/0011-remove-login.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/debian/0011-remove-login.patch b/debian/patches/debian/0011-remove-login.patch
deleted file mode 100644
index 686b0f76c..000000000
--- a/debian/patches/debian/0011-remove-login.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Federico Ceratto <federico@debian.org>
-Description: remove Sign In button from main HTML page
-
-diff -Naurp netdata.orig/web/gui/main.js netdata/web/gui/main.js
---- netdata.orig/web/gui/main.js
-+++ netdata/web/gui/main.js
-@@ -4788,9 +4788,7 @@ function renderAccountUI() {
- container.setAttribute("data-original-title", "sign in");
- container.setAttribute("data-placement", "bottom");
- container.innerHTML = (
-- `<a href="#" class="btn sign-in-btn theme-${netdataTheme}" onclick="signInDidClick(event); return false">
-- <i class="fas fa-sign-in-alt"></i>&nbsp;<span class="hidden-sm hidden-md">Sign In</span>
-- </a>`
-+ ``
- )
- }
- }