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
1b8447b2
Commit
1b8447b2
authored
May 25, 2021
by
Marjolaine Bodin
Browse files
#498
add date in tooltip event
parent
06d5f2f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Logbook/List/Event.js
View file @
1b8447b2
...
...
@@ -45,6 +45,9 @@ class Event extends React.Component {
id
=
{
event
.
_id
}
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
(
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