summaryrefslogtreecommitdiffstats
path: root/chrony-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'chrony-controller.lua')
-rw-r--r--chrony-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrony-controller.lua b/chrony-controller.lua
index eedffb5..5fbd6d4 100644
--- a/chrony-controller.lua
+++ b/chrony-controller.lua
@@ -30,4 +30,8 @@ function mymodule.expert(self)
return self.handle_form(self, self.model.get_filedetails, self.model.update_filedetails, self.clientdata, "Save", "Edit Config File", "Configuration Set")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
return mymodule