diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-25 17:47:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-25 17:47:38 +0000 |
commit | 4a80f37832a692f627b5e02bc8cdfb2efd9909e3 (patch) | |
tree | 816848257a5a12d772b8ae36f244e030b1ed60d1 /applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua | |
parent | 32acc2cf98c07ea67c4e17860da7c4d536e32578 (diff) |
* ffluci/statistics: diagram model updates, added ping to genconfig, fixed random() in colors.lua and added support for multiple diagrams per diagram controller
Diffstat (limited to 'applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua')
-rw-r--r-- | applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua b/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua index 016f1f4655..5b3acc51f8 100644 --- a/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua +++ b/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua @@ -7,7 +7,7 @@ function rrdargs( graph, host, plugin, plugin_instance ) opts = { } opts.sources = { } opts.image = graph:mkpngpath( host, plugin, plugin_instance, "wireless" ) - opts.title = graph:mktitle( host, plugin, plugin_instance, "wireless" ) + opts.title = host .. ": WLAN Signal" opts.rrd = { "-v", "dBm" } opts.colors = { signal_power = '0000ff', |