del luci-app-netdata

This commit is contained in:
CN_SZTL 2019-10-21 13:24:18 +08:00
parent e0bca8c036
commit 79a9b40d01
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
4 changed files with 0 additions and 36 deletions

View File

@ -1,16 +0,0 @@
# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Netdata
LUCI_DEPENDS:=+netdata
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=3
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@ -1,6 +0,0 @@
module("luci.controller.netdata", package.seeall)
function index()
entry({"admin","status","netdata"},template("netdata"),_("NetData"),10).leaf=true
end

View File

@ -1,9 +0,0 @@
<%+header%>
<div class="cbi-map">
<h2 name="content"><%=translate("NetData")%></h2>
<iframe id="netdata" style="width: 100%; min-height: 1200px; border: none; border-radius: 3px;"></iframe>
</div>
<script type="text/javascript">
document.getElementById("netdata").src = "http://" + window.location.hostname + ":19999";
</script>
<%+footer%>

View File

@ -1,5 +0,0 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
msgid "NetData"
msgstr "实时监控"