bugfix: sortable wscan was removed during previous merge.

During a previous merge the sortable code for wscan was accidentally removed.
This commit is contained in:
Conrad Lara - KG6JEI 2015-11-23 19:58:37 -08:00
parent dabd9a4fbc
commit a489928fc6
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ while(1)
}
elsif($web)
{
print "<table border=1 cellpadding=5>\n";
print "<table class=sortable border=1 cellpadding=5>\n";
print "<tr><th>Sig</th><th>Chan</th><th>Enc</th><th>SSID</th><th>Hostname</th><th>MAC/BSSID</th><th>802.11 Mode</th></tr>\n";
}
else