applications/luci-statistics: move all models to the per-plugin level, provide titles...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 28 Nov 2011 03:26:59 +0000 (03:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 28 Nov 2011 03:26:59 +0000 (03:26 +0000)
commit5d4191c848e568570ebd3b63358379c9861b2b02
treeb8be78b47c9e49d2c3b2d5da2deef0a938833059
parentef9df734c35e0d478dd7c9c03d301085fdfd3993
applications/luci-statistics: move all models to the per-plugin level, provide titles and labels, provide model for disk plugin
21 files changed:
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/cpu/cpu.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/df.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/df/df.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/disk.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/iptables/ipt_bytes.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/iptables/ipt_packets.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/irq.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/irq/irq.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/load.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/load/load.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/processes.lua
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua [new file with mode: 0644]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/tcpconns/tcp_connections.lua [deleted file]
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/wireless.lua