summaryrefslogtreecommitdiffstats
path: root/rrdtool-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-controller.lua')
-rw-r--r--rrdtool-controller.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/rrdtool-controller.lua b/rrdtool-controller.lua
index e565c51..7aef79c 100644
--- a/rrdtool-controller.lua
+++ b/rrdtool-controller.lua
@@ -37,3 +37,6 @@ function delete(self)
return self:redirect_to_referrer(self.model.remove_file(self, self.clientdata.filename, sessiondata.userinfo.userid))
end
+function rrdinfo(self)
+ return self:redirect_to_referrer(self.model.rrd_info(self, self.clientdata.filename, sessiondata.userinfo.userid))
+end