From 2bf012a40a7a6d0d35b5d61269fd1bafcdf527d6 Mon Sep 17 00:00:00 2001
From: Steven Barth
Date: Mon, 9 Jun 2008 08:48:10 +0000
Subject: * themes/fledermaus: Register on install *
applications/luci-statistics: Fixed wrong paths in templates
---
.../luci-statistics/luasrc/view/admin_statistics/networkplugins.htm | 2 +-
.../luci-statistics/luasrc/view/admin_statistics/outputplugins.htm | 2 +-
.../luci-statistics/luasrc/view/admin_statistics/systemplugins.htm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'applications')
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
index e88ca7f58a..c211a39514 100644
--- a/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
+++ b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm
@@ -9,7 +9,7 @@ about open tcp connections, interface traffic, iptables rules etc.%>
<% for plugin, desc in pairs(plugins) do %>
<% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
- - <%=desc%>
+ - <%=desc%>
<% end %>
<% end %>
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm
index c7945f16e4..c2f36f2b86 100644
--- a/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm
+++ b/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm
@@ -10,7 +10,7 @@ and to transmit the data over the network to other collectd instances.%>
<% for plugin, desc in pairs(plugins) do %>
<% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
- - <%=desc%>
+ - <%=desc%>
<% end %>
<% end %>
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm
index 8c1f714e68..dcedea6b89 100644
--- a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm
+++ b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm
@@ -6,7 +6,7 @@
<% for plugin, desc in pairs(plugins) do %>
<% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %>
- - <%=desc%>
+ - <%=desc%>
<% end %>
<% end %>
--
cgit v1.2.3