Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
7c081761
Commit
7c081761
authored
2 weeks ago
by
Lauri Himanen
Browse files
Options
Downloads
Patches
Plain Diff
Small text edit.
parent
827a036a
No related branches found
No related tags found
1 merge request
!2412
Improved UX for DOI button.
Pipeline
#254166
passed
2 weeks ago
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/src/components/dataset/DatasetsPage.js
+1
-1
1 addition, 1 deletion
gui/src/components/dataset/DatasetsPage.js
with
1 addition
and
1 deletion
gui/src/components/dataset/DatasetsPage.js
+
1
−
1
View file @
7c081761
...
...
@@ -109,7 +109,7 @@ const DatasetActions = React.memo(function VisitDatasetAction({data}) {
?
!
data
.
doi
?
'
Assign a DOI
'
:
'
Dataset already has a DOI
'
:
'
Cannot create a DOI because the DataCite service is not enabled on this deployment
.
'
:
'
Cannot create a DOI because the DataCite service is not enabled on this deployment
'
return
<
React
.
Fragment
>
{
<
Tooltip
title
=
{
tooltip
}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment