<%if @location_networks.blank?%>
<%= render :partial => 'shared/no_network_msg' %>
<%else%>
<% if false %>
Tools
<%= label_tag ''%>
<%= button_tag 'PING','data-button-type'=>'ping_start',:class => 'start'%> <%= button_tag 'TRACE ROUTE','data-button-type'=>'trace_start',:class => 'start ns_start'%> <%= button_tag 'STOP','data-button-type'=>'ping_stop',:class => 'stop'%><%= button_tag 'CLEAR','data-button-type'=>'.ping_stat',:class => 'clear'%>
You can view the response of PING Statistic here:
<%= label_tag ''%>
<%= button_tag 'NS LOOKUP','data-button-type'=>'dns_lookup',:class => 'start'%> <%= button_tag 'STOP','data-button-type'=>'ping_stop',:class => 'stop'%><%= button_tag 'CLEAR','data-button-type'=>'.dns_stat',:class => 'clear'%>
You can view the response of DNS Lookup here:
<%= label_tag ''%>
<%= button_tag 'Start',:class => 'pcap_start', :onclick=>"$('.pcap_form').submit()"%> <%= button_tag 'STOP','data-button-type'=>'ping_stop',:class => 'pcap_stop'%> <%= button_tag "".html_safe, :class => 'download_pcap'%>
<% if false %>
You can view the response of PACKET CAPTURE here:
<% end %>
<%= label_tag ''%>
<%= button_tag 'Show','data-button-type'=>'ns_look_start',:class => 'start'%>
<%= button_tag 'CLEAR','data-button-type'=>'.arp_stat',:class => 'clear'%>
<%= label_tag ''%>
<%= button_tag 'Show','data-button-type'=>'speed_test_start',:class => 'start'%>
<%= button_tag 'CLEAR','data-button-type'=>'.speed_test_stat',:class => 'clear'%>
You can view the response of Speedtest here:
<%= label_tag ''%>
<%= button_tag 'SEND','data-button-type'=>'at_cmd_start',:class => 'start'%>
<%= button_tag 'CLEAR','data-button-type'=>'.at_cmd_start',:class => 'clear'%>
You can view the response of AT command here:
<%= label_tag ''%>
<%= button_tag 'Show','data-button-type'=>'wifi_scan',:class => 'start'%>
<%= button_tag 'CLEAR','data-button-type'=>'.wifi_scan_clear',:class => 'clear'%>