summaryrefslogtreecommitdiffstats
path: root/debian/patches/0003-hide-update-button.patch
blob: ad554f0e8e2e64784bf72e834b2ec493f44d4cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Federico Ceratto <federico.ceratto@gmail.com>
Date: Fri, 22 Jul 2016 14:21:13 +0200
Subject: hide update button

---
 web/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/index.html b/web/index.html
index 9cc2b4b..949d3e8 100644
--- a/web/index.html
+++ b/web/index.html
@@ -465,7 +465,7 @@
 				<ul class="nav navbar-nav">
 					<li class="hidden-sm"><a href="#" class="btn" data-toggle="modal" data-target="#optionsModal"><i class="fa fa-cog"></i> settings</a></li>
 					<li class="hidden-sm"><a href="https://github.com/firehol/netdata/wiki" class="btn" target="_blank"><i class="fa fa-github"></i> community</a></li>
-					<li class="hidden-sm" id="updateButton"><a href="#" class="btn" data-toggle="modal" data-target="#updateModal"><i class="fa fa-cloud-download"></i> update</a></li>
+					<li class="hidden-sm" id="updateButton" style="display:none;"><a href="#" class="btn" data-toggle="modal" data-target="#updateModal"><i class="fa fa-cloud-download"></i> update</a></li>
 					<li class="hidden-sm"><a href="#" class="btn" data-toggle="modal" data-target="#helpModal"><i class="fa fa-question-circle"></i> help</a></li>
 					<li class="dropdown hidden-md hidden-lg hidden-xs">
 						<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="current_view">Menu <strong class="caret"></strong></a>