<% local view = ... %>

SECURITY CONFIRMATION

Are you sure you want to preform the previous action?

You should be aware that a wrong-configured firewall combined with wrong action could lead to lost communication.

If you know what you are doing, you can safely confirm you action below.

If you are not sure what you are doing, you should go back and check your configurations and maybe do a 'check config' to see status on your configurations.

Undo and go back
Preform check of configs
" method="POST">
<% if (view.previousaction) then %>
Confirm action
<% elseif (view.startstop) and (view.startstop.cmdresult) then %>
Result of previous action
<%= view.startstop.cmdresult %>
<% end %>