summaryrefslogtreecommitdiffstats
path: root/rc-edit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rc-edit-html.lsp')
-rw-r--r--rc-edit-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc-edit-html.lsp b/rc-edit-html.lsp
index 5f18a14..fe792d1 100644
--- a/rc-edit-html.lsp
+++ b/rc-edit-html.lsp
@@ -6,6 +6,6 @@ require("viewfunctions")
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
form.value.servicename.readonly = true
- local order = {"servicename", "sequence", "kill", "system"}
+ local order = {"servicename", "runlevels"}
displayform(form, order)
%>