Commit 5534b513 by Mark

fixed label in view

parent 90a6c678
...@@ -68,7 +68,7 @@ if (isset($this->context->module->panels['db']) && isset($this->context->module- ...@@ -68,7 +68,7 @@ if (isset($this->context->module->panels['db']) && isset($this->context->module-
'ip', 'ip',
[ [
'attribute' => 'sqlCount', 'attribute' => 'sqlCount',
'label' => 'Total queries', 'label' => 'Query Count',
'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