Commit 86c6d744 by Qiang Xue

label fix.

parent a89d0db5
...@@ -82,7 +82,7 @@ class Debug extends Base ...@@ -82,7 +82,7 @@ class Debug extends Base
'ajax' => 'Ajax', 'ajax' => 'Ajax',
'url' => 'url', 'url' => 'url',
'statusCode' => 'Status code', 'statusCode' => 'Status code',
'sqlCount' => 'Total queries count', 'sqlCount' => 'Total queries',
]; ];
} }
......
...@@ -60,7 +60,7 @@ echo GridView::widget([ ...@@ -60,7 +60,7 @@ echo GridView::widget([
'ip', 'ip',
[ [
'attribute' => 'sqlCount', 'attribute' => 'sqlCount',
'label' => 'Total queries count', 'label' => 'Total queries',
'value' => function ($data) { 'value' => function ($data) {
$dbPanel = $this->context->module->panels['db']; $dbPanel = $this->context->module->panels['db'];
......
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