Commit b9484545 by Qiang Xue

minor fixes.

parent 4db70d33
......@@ -72,4 +72,4 @@ a.desc:after {
.sort-ordinal a.desc:after {
content: "\e156";
}
\ No newline at end of file
}
......@@ -88,7 +88,7 @@ class Debug extends Base
'attributes' => ['method', 'ip', 'tag', 'time', 'statusCode', 'sqlCount'],
],
'pagination' => [
'pageSize' => 10,
'pageSize' => 50,
],
]);
......
......@@ -72,7 +72,10 @@ echo GridView::widget([
},
'filter' => ['No', 'Yes'],
],
'url',
[
'attribute' => 'url',
'label' => 'URL',
],
[
'attribute' => 'statusCode',
'filter' => [200 => 200, 404 => 404, 403 => 403, 500 => 500],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment