diff --git a/README.md b/README.md index e8d349d06..4f588d96e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ net/relayd -- Relayd Load Balancer net/shadowsocks -- Secure socks5 proxy net/siproxd -- Siproxd is a proxy daemon for the SIP protocol net/upnp -- Universal Plug and Play Service +net/vnstat -- vnStat is a console-based network traffic monitor net/wireguard -- WireGuard VPN service net/wol -- Wake on LAN Service net/zerotier -- Virtual Networks That Just Work diff --git a/net/vnstat/src/opnsense/mvc/app/controllers/OPNsense/Vnstat/Api/ServiceController.php b/net/vnstat/src/opnsense/mvc/app/controllers/OPNsense/Vnstat/Api/ServiceController.php index b56052885..b8e98e70d 100644 --- a/net/vnstat/src/opnsense/mvc/app/controllers/OPNsense/Vnstat/Api/ServiceController.php +++ b/net/vnstat/src/opnsense/mvc/app/controllers/OPNsense/Vnstat/Api/ServiceController.php @@ -44,7 +44,7 @@ class ServiceController extends ApiMutableServiceControllerBase static protected $internalServiceTemplate = 'OPNsense/Vnstat'; static protected $internalServiceEnabled = 'enabled'; static protected $internalServiceName = 'vnstat'; - + /** * list hourly statistics * @return array diff --git a/net/vnstat/src/opnsense/mvc/app/views/OPNsense/Vnstat/general.volt b/net/vnstat/src/opnsense/mvc/app/views/OPNsense/Vnstat/general.volt index a6e5e38c6..e183bde12 100644 --- a/net/vnstat/src/opnsense/mvc/app/views/OPNsense/Vnstat/general.volt +++ b/net/vnstat/src/opnsense/mvc/app/views/OPNsense/Vnstat/general.volt @@ -62,7 +62,7 @@ POSSIBILITY OF SUCH DAMAGE.