Skip to content
Snippets Groups Projects
Commit b05d19ad authored by Till Brehm's avatar Till Brehm
Browse files

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
parents 83e5ef3c 7a14a9c6
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ $items[] = array( 'title' => "Show OpenVz VE BeanCounter", ...@@ -135,7 +135,7 @@ $items[] = array( 'title' => "Show OpenVz VE BeanCounter",
$items[] = array( 'title' => "Show Munin", $items[] = array( 'title' => "Show Munin",
'target' => 'content', 'target' => 'content',
'link' => 'monitor/show_munin.php', 'link' => 'monitor/show_munin.php',
'html_id' => 'monit'); 'html_id' => 'munin');
$module["nav"][] = array( 'title' => 'Server State', $module["nav"][] = array( 'title' => 'Server State',
'open' => 1, '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