summaryrefslogtreecommitdiffstats
path: root/rc-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rc-status-html.lsp')
-rw-r--r--rc-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc-status-html.lsp b/rc-status-html.lsp
index b04913a..119c306 100644
--- a/rc-status-html.lsp
+++ b/rc-status-html.lsp
@@ -23,7 +23,7 @@ for i,item in ipairs(view.value) do %>
<% end %>
<% if viewlibrary.check_permission("startstop") and item.actions then
for i,a in ipairs(item.actions) do
- print(html.link{value="startstop?servicename="..item.servicename.."&action="..a, label=a:gsub("^%l", string.upper).." " })
+ print(html.link{value="startstop?servicename="..item.servicename.."&redir=status&submit=true&action="..a, label=a:gsub("^%l", string.upper).." " })
end
end %>
<TD><%= html.html_escape(item.servicename) %></TD>