webui: Relocate Alerts menu

Plugins menu is moved to the Overview menu (this is basically just weathermap anyway)
This commit is contained in:
Tony Murray
2016-09-11 23:41:41 -05:00
parent 195a8ee349
commit 122aae85bf
4 changed files with 48 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ class Test
public function menu()
{
echo '<li><a href="plugin/p='.get_class().'">'.get_class().'</a></li>';
echo '<li><a href="plugin/p=Test">Test</a></li>';
}//end menu()