diff options
Diffstat (limited to 'rc-controller.lua')
-rw-r--r-- | rc-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc-controller.lua b/rc-controller.lua index 5030449..63d9a94 100644 --- a/rc-controller.lua +++ b/rc-controller.lua @@ -9,7 +9,7 @@ status = function(self) end edit = function(self) - return self.handle_form(self, self.model.read_runlevels, self.model.update_runlevels, self.clientdata, "Save", "Edit Service Runlevels") + return self.handle_form(self, self.model.read_runlevels, self.model.update_runlevels, self.clientdata, "Save", "Edit Service Runlevels", "Runlevels Updated") end startstop = function(self) |