Skip to content

Commit b05d19a

Browse files
author
Till Brehm
committed
Merge branch 'fix-munin-monit-htmlid' into 'stable-3.1'
fixed html id in nav for munin just a minimal bug. At least I think so... Or did I understand this wrong? See merge request !433
2 parents 83e5ef3 + 7a14a9c commit b05d19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/monitor/lib/module.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
$items[] = array( 'title' => "Show Munin",
136136
'target' => 'content',
137137
'link' => 'monitor/show_munin.php',
138-
'html_id' => 'monit');
138+
'html_id' => 'munin');
139139

140140
$module["nav"][] = array( 'title' => 'Server State',
141141
'open' => 1,

0 commit comments

Comments
 (0)