From 53033b10760f4bcbd488d3b2292f6d3debe8de85 Mon Sep 17 00:00:00 2001 From: mvoelkel Date: Wed, 6 Apr 2016 14:12:28 +0200 Subject: [PATCH] Restored lost reboot menu item --- octoserve/var/www/menu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/octoserve/var/www/menu.js b/octoserve/var/www/menu.js index 04a116f..ceb94d8 100644 --- a/octoserve/var/www/menu.js +++ b/octoserve/var/www/menu.js @@ -14,6 +14,7 @@ MenuItems.push( { Text:"System Settings", Link:"system.html" } ); MenuItems.push( { Text:"Multicast Setup", Link:"multicast.html" } ); MenuItems.push( { Text:"Channel Lists", Link:"channellists.html" } ); MenuItems.push( { Text:"Update", Link:"update.html" } ); +MenuItems.push( { Text:"Reboot", Link:"reboot.html" } ); MenuItems.push( { Text:"Hardware Monitor", Link:"monitor.html" } ); MenuItems.push( { Text:"Licenses", Link:"licenses.html" } );