Edit Dispatchers

This screen allows you to add and remove Dispatchers.

<%= erb :flash, {:layout => false} %> <% if !dispatchers.empty? %> <% dispatchers.each do |dispatcher| %> <%end%>
Location Alive? Action
<%=dispatcher['url']%> <%=dispatcher['alive'].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 %>