Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ICAT
Datahub
Commits
d150df6f
Commit
d150df6f
authored
May 28, 2021
by
Marjolaine Bodin
Browse files
#498
format
parent
50a89c73
Pipeline
#47552
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Logbook/List/Event.js
View file @
d150df6f
...
...
@@ -38,8 +38,8 @@ function Event(props) {
href
=
{
`events?page=
${
event
.
meta
.
page
.
currentPage
}
#
${
event
.
_id
}
`
}
style
=
{{
fontWeight
:
'
bold
'
}}
title
=
{
moment
(
getOriginalEvent
(
event
).
creationDate
).
format
(
moment
.
HTML5_FMT
.
DATETIME_LOCAL_SECONDS
)}
moment
.
HTML5_FMT
.
DATETIME_LOCAL_SECONDS
)}
>
{
moment
(
getOriginalEvent
(
event
).
creationDate
).
format
(
moment
.
HTML5_FMT
.
TIME_SECONDS
...
...
Write
Preview
Supports
Markdown
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