1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Add ip filter

This commit is contained in:
Barry vd. Heuvel 2014-01-13 22:17:19 +01:00
parent ef41586ae0
commit 33558c42a9

View File

@ -142,7 +142,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
.append($('<td />').append(method))
.append($('<td />').append(uri))
.append('<td>' + meta['datetime'] + '</td>')
.append('<td>' + meta['ip'] + '</td>')
.append($('<td />').append(ip))
.appendTo(self.$table);
});
if (data.length < this.get('items_per_page')) {