Edit Dispatchers

This screen allows you to add and remove Dispatchers.

<%= erb :flash, {:layout => false} %> <% if !dispatchers.all.empty? %> <% dispatchers.all.each do |dispatcher| %> <%end%>
Location Alive? Action
<%=dispatcher['url']%> <%=dispatchers.alive?( dispatcher['url'] ).to_s.capitalize%>
<%= csrf_tag %>
<%else%> There are no available Dispatchers at the moment. Add one if you want to start a scan.

<%end%>
<%= csrf_tag %>