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:
parent
ef41586ae0
commit
33558c42a9
@ -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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user