Commit 3067ab1e authored by Mark Harding's avatar Mark Harding

(chore): add title to column - closes #1009

parent 50b4f656
No related merge requests found
Pipeline #93518331 waiting for manual action with stages
in 10 minutes and 24 seconds
......@@ -151,7 +151,7 @@ class ViewsTableMetric extends AbstractMetric
->setColumns([
[
'id' => 'entity',
'label' => '',
'label' => 'Content',
'order' => 0,
],
[
......
Please register or to comment