* luci/statistics: implement initial i18n support, added first translations, removed...
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / iptables / ipt_packets.lua
index 4551073225e843a4d46809e1f382a7ee3c69b820..2ab57e86223250e1f34200b79945f7efa9694992 100644 (file)
@@ -3,10 +3,7 @@ module("luci.statistics.rrdtool.definitions.iptables.ipt_packets", package.seeal
 function rrdargs( graph, plugin, plugin_instance, dtype )
 
        return {
-               title  = "Firewall",
-               vlabel = "Pakete/s",
-
-               data   = { 
+               data = { 
                        options = {
                                ipt_packets = { total = true }
                        }