net/wol: fix link (forgotten while refactoring to MVC) (#1127)

* net/wol: fix link (forgotten while refactoring to MVC)
* Update Makefile
This commit is contained in:
Fabian Franz BSc
2019-01-13 13:41:23 +01:00
committed by GitHub
parent 56c4012110
commit 231857b7df
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= wol
PLUGIN_VERSION= 2.0
PLUGIN_REVISION= 1
PLUGIN_VERSION= 2.1
PLUGIN_DEPENDS= wol
PLUGIN_COMMENT= Wake on LAN Service
PLUGIN_MAINTAINER= franco@opnsense.org
@@ -1,4 +1,4 @@
<?php
$wake_on_lan_title = gettext('Wake On Lan');
$wake_on_lan_title_link = 'services_wol.php';
$wake_on_lan_title_link = '/ui/wol';