Merge pull request #2473 from TDT-AG/pr/20190121-luci-app-statistics
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / rrdtool / definitions / uptime.lua
index 077ec57e839797ee7fc1f9331d29a9a99c7280a1..a50e78491fa3ac60ab170a5b85782a4d09db6416 100644 (file)
@@ -13,15 +13,14 @@ module("luci.statistics.rrdtool.definitions.uptime", package.seeall)
 
 function rrdargs( graph, plugin, plugin_instance, dtype )
 
-        return {
-                title = "%H: Uptime", vlabel = "seconds",
-                number_format = "%5.0lf%s", data = {
-                        types = { "uptime" },
-                        options = {
-                                uptime = { title = "Uptime %di", noarea = true }
-                        }
-                }
-        }
-
+       return {
+               title = "%H: Uptime", vlabel = "seconds",
+               number_format = "%5.0lf%s", data = {
+                       types = { "uptime" },
+                       options = {
+                               uptime = { title = "Uptime %di", noarea = true }
+                       }
+               }
+       }
 end