From 31f2015ab758ed8d3a4cc127d9c5b61abb8b4576 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Thu, 11 Jan 2018 17:49:16 -0600 Subject: [PATCH] remove unused files --- .../files/luci/view/udp2raw_status.htm | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 third-party/luci-app-udp2raw/files/luci/view/udp2raw_status.htm diff --git a/third-party/luci-app-udp2raw/files/luci/view/udp2raw_status.htm b/third-party/luci-app-udp2raw/files/luci/view/udp2raw_status.htm deleted file mode 100644 index 964b117..0000000 --- a/third-party/luci-app-udp2raw/files/luci/view/udp2raw_status.htm +++ /dev/null @@ -1,39 +0,0 @@ -<% -local function get_udp2raw_version(name) - local info = luci.util.split(luci.sys.exec("%s -h 2>/dev/null" %{name}), "\n") - local version = string.match(info[2], "git version:(%w+)") - local build = string.match(info[2], "build date:(.+)") - return info[1] == "udp2raw-tunnel" and version or "", info[1] == "udp2raw-tunnel" and build or "" -end - -local udp2raw_version, udp2raw_build = get_udp2raw_version("udp2raw") --%> - -
- <%:Running Status%> - - - - - - <% if udp2raw_build ~= "" then -%> - - <% end -%> - -
<%:Binary Version%> - <% if udp2raw_version == "" then -%> - <%:Invalid Binary File.%> - <% else -%> - <%=pcdata(udp2raw_version)%> - <%- end %> -
<%:Build Time%><%=pcdata(udp2raw_build)%>
<%:Running Status%><%:Collecting data...%>
-
- -