diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-04-03 21:01:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 21:01:08 +0200 |
commit | d679b93bad9ce0ee529b78c791de39a751a78006 (patch) | |
tree | ff77ef7b25712715e8cb5bcab0a8334c1f19d2a6 /applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua | |
parent | a483a8d05b39a2f12a764f7d625933cae2bd92f5 (diff) | |
parent | 05f0649716ccf209ab14a569e49dd8dcefcc04c6 (diff) |
Merge pull request #2618 from TDT-AG/pr/20199397-luci-app-statistics
luci-app-statistics: enhancements
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua index a50e78491f..8d7d42bc6b 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua @@ -11,6 +11,10 @@ You may obtain a copy of the License at module("luci.statistics.rrdtool.definitions.uptime", package.seeall) +function item() + return luci.i18n.translate("Uptime") +end + function rrdargs( graph, plugin, plugin_instance, dtype ) return { |