luci-app-nps: code alignment

This commit is contained in:
Beginner-Go 2022-06-09 18:31:38 +00:00
parent 0dcdc40007
commit 6ea63a0560
4 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI for Nps
LUCI_TITLE:=LuCI support for Nps
LUCI_DEPENDS:=+wget +npc
LUCI_PKGARCH:=all

View File

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

View File

@ -2,7 +2,7 @@ m = Map("nps")
m.title = translate("Nps Penetrate")
m.description = translate("Nps is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.")
m:section(SimpleSection).template = "nps/nps_status"
m:section(SimpleSection).template = "nps/nps_status"
s = m:section(TypedSection, "nps")
s.addremove = false

View File

@ -65,4 +65,3 @@ start_service() {
service_triggers() {
procd_add_reload_trigger "nps"
}