removed favicon from columns
This commit is contained in:
parent
7a5fa45a79
commit
39535f1b5e
|
|
@ -38,11 +38,6 @@
|
|||
|
||||
</th>
|
||||
|
||||
<th>
|
||||
<a rel="tooltip" data-placement="top" data-html="false" href="#" data-original-title="The favicon">Fav</a>
|
||||
|
||||
</th>
|
||||
|
||||
<th>
|
||||
<a rel="tooltip" data-placement="top" data-html="false" href="#" data-original-title="The total number of requests for this page">Total request</a>
|
||||
</th>
|
||||
|
|
@ -117,14 +112,6 @@
|
|||
#else
|
||||
0
|
||||
#end
|
||||
</td>
|
||||
|
||||
<td>
|
||||
#if($!{results.getChild("stats").getChild("favicon").getChild("r")})
|
||||
$results.getChild("stats").getChild("favicon").getChild("r").getValue()
|
||||
#else
|
||||
0
|
||||
#end
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue