From 7e9b472ea9ecce7712a638d1be1cd80af9ba9726 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 29 Jan 2011 03:33:48 +0000 Subject: [PATCH] revert accidentally committed changes --- .../rrdtool/definitions/ping/ping.lua | 7 --- modules/admin-core/luasrc/view/about.htm | 45 +++++++++++++++++++ 2 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 modules/admin-core/luasrc/view/about.htm diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua index 48b7e5b35..6a3bd5e14 100644 --- a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua +++ b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua @@ -21,13 +21,6 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) data = { sources = { ping = { "ping" } - }, - - options = { - ping__ping = { - overlay = true, - noarea = true - } } } } diff --git a/modules/admin-core/luasrc/view/about.htm b/modules/admin-core/luasrc/view/about.htm new file mode 100644 index 000000000..15cdf2019 --- /dev/null +++ b/modules/admin-core/luasrc/view/about.htm @@ -0,0 +1,45 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> +<%+header%> +

<%:About%> LuCI

+

<%_LuCI is a collection of free Lua software including an MVC-Webframework and webinterface for embedded devices. LuCI is licensed under the Apache-License.%>

+ +

<%:Project Homepage%>: luci.freifunk-halle.net

+ +
+

<%:Lead Development%>

+ +
+ +

<%:Contributing Developers%>

+ +
+ +

<%:Thanks To%>

+
    +
  • Mono (Freifunk Halle)
  • +
  • tetzlav (Freifunk Leipzig)
  • +
  • Mickey Knox (Freifunk Hannover)
  • +
+<%+footer%> -- 2.25.1