Merge pull request #1976 from stangri/luci-app-simple-adblock

luci-app-simple-adblock: remove extra controller file
This commit is contained in:
Jo-Philipp Wich 2018-07-21 10:12:59 +02:00 committed by GitHub
commit c67aec622b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 11 deletions

View file

@ -10,7 +10,7 @@ LUCI_TITLE:=Simple Adblock Web UI
LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service.
LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_RELEASE:=15 PKG_RELEASE:=16
include ../../luci.mk include ../../luci.mk

View file

@ -1,7 +0,0 @@
module("luci.controller.simpleadblock", package.seeall)
function index()
if not nixio.fs.access("/etc/config/simple-adblock") then
return
end
entry({"admin", "services", "simpleadblock"}, cbi("simpleadblock"), _("Simple AdBlock"))
end

View file

@ -94,9 +94,6 @@ msgstr ""
msgid "Some output" msgid "Some output"
msgstr "" msgstr ""
msgid "Start Simple Adblock service"
msgstr ""
msgid "Stop the download if it is stalled for set number of seconds" msgid "Stop the download if it is stalled for set number of seconds"
msgstr "" msgstr ""