Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
386b0467
Commit
386b0467
authored
Jan 23, 2020
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extracts string into const
parent
88c7d32e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
app/assets/javascripts/error_tracking/components/error_tracking_list.vue
...scripts/error_tracking/components/error_tracking_list.vue
+8
-6
No files found.
app/assets/javascripts/error_tracking/components/error_tracking_list.vue
View file @
386b0467
...
...
@@ -20,6 +20,8 @@ import TimeAgo from '~/vue_shared/components/time_ago_tooltip.vue';
import
{
__
}
from
'
~/locale
'
;
import
_
from
'
underscore
'
;
export
const
tableDataClass
=
'
table-col d-flex d-sm-table-cell
'
;
export
default
{
FIRST_PAGE
:
1
,
PREV_PAGE
:
1
,
...
...
@@ -29,37 +31,37 @@ export default {
key
:
'
error
'
,
label
:
__
(
'
Error
'
),
thClass
:
'
w-60p
'
,
tdClass
:
'
table-col d-flex d-sm-table-cell px-3
'
,
tdClass
:
`
${
tableDataClass
}
px-3`
,
},
{
key
:
'
events
'
,
label
:
__
(
'
Events
'
),
thClass
:
'
text-right
'
,
tdClass
:
'
table-col d-flex d-sm-table-cell
'
,
tdClass
:
`
${
tableDataClass
}
`
,
},
{
key
:
'
users
'
,
label
:
__
(
'
Users
'
),
thClass
:
'
text-right
'
,
tdClass
:
'
table-col d-flex d-sm-table-cell
'
,
tdClass
:
`
${
tableDataClass
}
`
,
},
{
key
:
'
lastSeen
'
,
label
:
__
(
'
Last seen
'
),
thClass
:
''
,
tdClass
:
'
table-col d-flex d-sm-table-cell
'
,
tdClass
:
`
${
tableDataClass
}
`
,
},
{
key
:
'
ignore
'
,
label
:
''
,
thClass
:
'
w-3rem
'
,
tdClass
:
'
table-col d-flex pl-0 d-sm-table-cell
'
,
tdClass
:
`
${
tableDataClass
}
pl-0`
,
},
{
key
:
'
resolved
'
,
label
:
''
,
thClass
:
'
w-3rem
'
,
tdClass
:
'
table-col d-flex pl-0 d-sm-table-cell
'
,
tdClass
:
`
${
tableDataClass
}
pl-0`
,
},
{
key
:
'
details
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment