diff options
Diffstat (limited to 'syslog-controller.lua')
-rw-r--r-- | syslog-controller.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syslog-controller.lua b/syslog-controller.lua index 05ed0d3..89e41c0 100644 --- a/syslog-controller.lua +++ b/syslog-controller.lua @@ -22,6 +22,9 @@ function config(self) if ( self.clientdata.cmddaemon) then startstop = self.model:startstop_service( self.clientdata.cmddaemon ) end +-- if ( self.clientdata.cmdsave) then +-- modifications = self.model:update_filecontent(modifications) +-- end local status = self.model.getstatus() local config, errors = self.model.getconfig() @@ -30,6 +33,7 @@ function config(self) return { status = status, startstop = startstop, + clientdata = self.clientdata, config = config, errors = errors, url = url, } |