Skip to content

Commit 7a14a9c

Browse files
author
A. Täffner
committed
fixed html id in nav for munin
1 parent 83e5ef3 commit 7a14a9c

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)