luci-app-ps3netsrv: code alignment

This commit is contained in:
Beginner-Go 2022-06-09 18:45:40 +00:00
parent d62fe0fd35
commit 945b081560
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
module("luci.controller.ps3netsrv",package.seeall)
module("luci.controller.ps3netsrv", package.seeall)
function index()
if not nixio.fs.access("/etc/config/ps3netsrv") then

View File

@ -5,7 +5,7 @@ m = Map("ps3netsrv")
m.title = translate("PS3 NET Server")
m.description = translate("PS3NETSRV is ISO/PKG server for Sony PlayStation 3 webMAN-MOD plugin")
m:section(SimpleSection).template = "ps3netsrv/ps3netsrv_status"
m:section(SimpleSection).template = "ps3netsrv/ps3netsrv_status"
s = m:section(TypedSection, "ps3netsrv")
s.addremove = false