Skip to content
Snippets Groups Projects
Commit 7a14a9c6 authored by A. Täffner's avatar A. Täffner
Browse files

fixed html id in nav for munin

parent 83e5ef3c
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ $items[] = array( 'title' => "Show OpenVz VE BeanCounter",
$items[] = array( 'title' => "Show Munin",
'target' => 'content',
'link' => 'monitor/show_munin.php',
'html_id' => 'monit');
'html_id' => 'munin');
$module["nav"][] = array( 'title' => 'Server State',
'open' => 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment