From d8ba05412c3bd76fead8c512a112a7bf230d2b8a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 30 May 2008 00:26:18 +0000 Subject: * luci/statistics: added diagram models for process and df plugins, adept controller to recent luci core, support models with per instance diagrams and index diagrams, added new strings to language file --- applications/luci-statistics/luasrc/statistics/rrdtool.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'applications/luci-statistics/luasrc/statistics/rrdtool.lua') diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool.lua b/applications/luci-statistics/luasrc/statistics/rrdtool.lua index 1fe57a2257..cdcf9ff3e4 100644 --- a/applications/luci-statistics/luasrc/statistics/rrdtool.lua +++ b/applications/luci-statistics/luasrc/statistics/rrdtool.lua @@ -419,7 +419,6 @@ function Graph._generic( self, opts, plugin, plugin_instance, dtype, index ) for i, instance in ipairs(instances) do -- store title and vlabel - -- XXX: i18n _ti( _args, "-t" ) _ti( _args, opts.title or self.i18n:title( plugin, plugin_instance, _sources[1].type, instance ) ) _ti( _args, "-v" ) -- cgit v1.2.3