* luci/statistics: implement initial i18n support, added first translations, removed...
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / cpu / cpu.lua
index 5a2ac53..bd002e1 100644 (file)
@@ -3,12 +3,9 @@ module("luci.statistics.rrdtool.definitions.cpu.cpu",package.seeall)
 function rrdargs( graph, host, plugin, plugin_instance, dtype )
 
        return {
-               title  = "Prozessorauslastung",
-               vlabel = "%",
-
                data = {
-                       instances = {
-                               cpu = { "idle", "nice", "system", "user" }
+                       instances = { 
+                               cpu = { "idle", "user", "system", "nice" }
                        },
 
                        options = {