diff options
Diffstat (limited to 'rrdtool-controller.lua')
-rw-r--r-- | rrdtool-controller.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rrdtool-controller.lua b/rrdtool-controller.lua index e4dfcf1..2ea79b0 100644 --- a/rrdtool-controller.lua +++ b/rrdtool-controller.lua @@ -45,3 +45,7 @@ end function listgraphs(self) return self.model.list_graphs() end + +function viewgraph(self) + return self.model.view_graph(self, self.clientdata.group, self.clientdata.id) +end |