show.html.erb - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(HTM) git clone git://jay.scot/warvox
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
show.html.erb (237B)
---
1 <h1 class='title'>Overview of Job ID <%= @job_id %></h1>
2
3 <table width='100%' align='center' border=0 cellspacing=0 cellpadding=6>
4 <tr>
5 <td align='center'>
6 <%= render :partial => 'shared/graphs/lines_by_type' %>
7 </td>
8 </tr>
9 </table>