@@ -317,6 +317,7 @@ return view.extend({
317317 E ( 'th' , { 'class' : 'th' } , _ ( 'Date' ) ) ,
318318 E ( 'th' , { 'class' : 'th' } , _ ( 'Time' ) ) ,
319319 E ( 'th' , { 'class' : 'th' } , _ ( 'Client' ) ) ,
320+ E ( 'th' , { 'class' : 'th' } , _ ( 'Interface' ) ) ,
320321 E ( 'th' , { 'class' : 'th' } , _ ( 'Type' ) ) ,
321322 E ( 'th' , { 'class' : 'th' } , _ ( 'Domain' ) ) ,
322323 E ( 'th' , { 'class' : 'th' } , _ ( 'Answer' ) ) ,
@@ -352,6 +353,7 @@ return view.extend({
352353 content [ 0 ] . requests [ i ] . date ,
353354 content [ 0 ] . requests [ i ] . time ,
354355 content [ 0 ] . requests [ i ] . client ,
356+ content [ 0 ] . requests [ i ] . iface ,
355357 content [ 0 ] . requests [ i ] . type ,
356358 '<a href="https://ip-api.com/#' + encodeURIComponent ( content [ 0 ] . requests [ i ] . domain ) + '" target="_blank" rel="noreferrer noopener" title="Domain Lookup">' + content [ 0 ] . requests [ i ] . domain + '</a>' ,
357359 content [ 0 ] . requests [ i ] . rc ,
@@ -514,7 +516,6 @@ return view.extend({
514516 window . addEventListener ( 'resize' , function ( ) {
515517 drawPie ( rot ) ;
516518 } ) ;
517-
518519 const tooltip = document . getElementById ( 'dnsPieTooltip' ) ;
519520 canvas . addEventListener ( 'mousemove' , function ( ev ) {
520521 const rect = canvas . getBoundingClientRect ( ) ;
0 commit comments