diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-30 00:26:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-30 00:26:18 +0000 |
commit | d8ba05412c3bd76fead8c512a112a7bf230d2b8a (patch) | |
tree | e0c47d6383b0345bb44e7545680b73833caa1b86 /applications/luci-statistics/luasrc/statistics/rrdtool.lua | |
parent | d5c47776a5477bb9eaa9cd2585b3d27d10565807 (diff) |
* 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
Diffstat (limited to 'applications/luci-statistics/luasrc/statistics/rrdtool.lua')
-rw-r--r-- | applications/luci-statistics/luasrc/statistics/rrdtool.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool.lua b/applications/luci-statistics/luasrc/statistics/rrdtool.lua index 1fe57a225..cdcf9ff3e 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" ) |