Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
290
Merge Requests
39
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
3067ab1e
Commit
3067ab1e
authored
1 hour ago
by
Mark Harding
Browse files
Options
Download
(chore): add title to column - closes
#1009
parent
50b4f656
master
No related merge requests found
Pipeline
#93518331
waiting for manual action with stages
in 10 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Core/Analytics/Dashboards/Metrics/ViewsTableMetric.php
View file @
3067ab1e
...
...
@@ -151,7 +151,7 @@ class ViewsTableMetric extends AbstractMetric
->
setColumns
([
[
'id'
=>
'entity'
,
'label'
=>
''
,
'label'
=>
'
Content
'
,
'order'
=>
0
,
],
[
...
...
This diff is collapsed.
Please
register
or
sign in
to comment