summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-05-21 21:23:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-05-21 21:23:19 +0000
commit09ee55d878b2e0bfe5020d95c1b9c1edc61ca0a0 (patch)
tree9e60a93d164becede2a8666ab31fc41043b97fd1 /debian/patches
parentMerging upstream version 1.15.0. (diff)
downloadnetdata-09ee55d878b2e0bfe5020d95c1b9c1edc61ca0a0.tar.xz
netdata-09ee55d878b2e0bfe5020d95c1b9c1edc61ca0a0.zip
Refreshing remove-update-button.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/0007-remove-update-button.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/debian/0007-remove-update-button.patch b/debian/patches/debian/0007-remove-update-button.patch
index b5d44e8ab..1b44f7758 100644
--- a/debian/patches/debian/0007-remove-update-button.patch
+++ b/debian/patches/debian/0007-remove-update-button.patch
@@ -4,8 +4,8 @@ Description: Remove update button in web gui.
diff -Naurp netdata.orig/web/gui/index.html netdata/web/gui/index.html
--- netdata.orig/web/gui/index.html
+++ netdata/web/gui/index.html
-@@ -133,7 +133,9 @@
- <ul class="nav navbar-nav">
+@@ -127,7 +127,9 @@
+ <li title="Nodes view" data-toggle="tooltip" data-placement="bottom"><a onclick="openAuthenticatedUrl('console/index.html');" class="btn" target="_blank"><i class="fas fa-tv"></i>&nbsp;<span class="hidden-sm hidden-md">Nodes<sup class="beta"> beta</sup></span></a></li>
<li id="alarmsButton" title="check the health monitoring alarms and their log" data-toggle="tooltip" data-placement="bottom"><a href="#" class="btn" data-toggle="modal" data-target="#alarmsModal"><i class="fas fa-bell"></i>&nbsp;<span class="hidden-sm hidden-md">Alarms&nbsp;</span><span id="alarms_count_badge" class="badge"></span></a></li>
<li title="change dashboard settings" data-toggle="tooltip" data-placement="bottom"><a href="#" class="btn" data-toggle="modal" data-target="#optionsModal"><i class="fas fa-cog"></i>&nbsp;<span class="hidden-sm hidden-md">Settings</span></a></li>
+ <!--