mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-26 03:01:23 +02:00
Tweak openhandler, ip width
Just a bit wider.
This commit is contained in:
@@ -25,7 +25,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
|||||||
this.$closebtn = $('<a href="javascript:"><i class="fa fa-times"></i></a>');
|
this.$closebtn = $('<a href="javascript:"><i class="fa fa-times"></i></a>');
|
||||||
this.$table = $('<tbody />');
|
this.$table = $('<tbody />');
|
||||||
$('<div>PHP DebugBar | Open</div>').addClass(csscls('header')).append(this.$closebtn).appendTo(this.$el);
|
$('<div>PHP DebugBar | Open</div>').addClass(csscls('header')).append(this.$closebtn).appendTo(this.$el);
|
||||||
$('<table><thead><tr><th width="150">Date</th><th width="55">Method</th><th>URL</th><th width="100">IP</th><th width="100">Filter data</th></tr></thead></table>').append(this.$table).appendTo(this.$el);
|
$('<table><thead><tr><th width="150">Date</th><th width="55">Method</th><th>URL</th><th width="125">IP</th><th width="100">Filter data</th></tr></thead></table>').append(this.$table).appendTo(this.$el);
|
||||||
this.$actions = $('<div />').addClass(csscls('actions')).appendTo(this.$el);
|
this.$actions = $('<div />').addClass(csscls('actions')).appendTo(this.$el);
|
||||||
|
|
||||||
this.$closebtn.on('click', function() {
|
this.$closebtn.on('click', function() {
|
||||||
|
Reference in New Issue
Block a user