<% if show_output || !ret.empty? %>
Output
Status: <%=ret[:status]%>
<%=ret[:output]%>
<% end %>
<% if !deployments.empty? %>
(Shutting down a Dispatcher will terminate all its running scans.)
ID |
Host |
SSH Port |
Dispatcher port |
Username |
Password |
Running? |
Created at |
Action |
<% deployments.each do |dep| %>
<% end %>
<% else %>
There are no deployments at the moment.
<% end %>
<% if show_output%>
<%end%>