Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ICAT
Datahub
Commits
a23f44cd
Commit
a23f44cd
authored
Jun 23, 2021
by
Alejandro De Maria Antolinos
Browse files
Merge branch 'issue_511' into 'master'
It closes
#511
Closes
#511
See merge request
!530
parents
1ecb247f
17fa8a7d
Pipeline
#49287
passed with stages
in 11 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/ManagerStats/GeneralStats/Logbook/LogbookInvestigationStatisticsPanel.js
View file @
a23f44cd
...
...
@@ -78,13 +78,13 @@ function LogbookInvestigationStatisticsPanel(props) {
{
name
:
'
Annotations
'
,
value
:
`
${
annotationsCount
}
(
${
parseFloat
(
annotationsCount
/
total
(
annotationsCount
/
total
)
*
100
).
toFixed
(
2
)}
%)`
,
},
{
name
:
'
Notifications
'
,
value
:
`
${
notificationsCount
}
(
${
parseFloat
(
notificationsCount
/
total
(
notificationsCount
/
total
)
*
100
).
toFixed
(
2
)}
%)`
,
},
]}
...
...
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