Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
catalog.genesys-pgr.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Catalog
catalog.genesys-pgr.org
Commits
109a8d58
Commit
109a8d58
authored
Dec 17, 2018
by
Oleksii Savran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed label in dataset summary
parent
51acc79a
Pipeline
#8068
passed with stages
in 4 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
locales/en/common.json
locales/en/common.json
+1
-0
src/datasets/ui/c/DatasetDisplay.tsx
src/datasets/ui/c/DatasetDisplay.tsx
+1
-1
No files found.
locales/en/common.json
View file @
109a8d58
...
...
@@ -77,6 +77,7 @@
"lastUpdated"
:
"Last updated"
,
"modified"
:
"Modified"
,
"no"
:
"No"
,
"name"
:
"Name"
,
"prettyNumber"
:
"{{value, number}}"
,
"registered"
:
"Registered"
,
"sortBy"
:
"Sort By"
,
...
...
src/datasets/ui/c/DatasetDisplay.tsx
View file @
109a8d58
...
...
@@ -253,7 +253,7 @@ class DetailInfo extends React.Component<IDetailInfoProps, any> {
<
PartnerLink
to
=
{
dataset
.
owner
}
/>
</
PropertiesItem
>
{
dataset
.
crops
&&
dataset
.
crops
.
length
>
0
&&
<
PropertiesItem
title
=
{
t
(
'
crops.common.modelName
'
)
}
>
<
PropertiesItem
title
=
{
`
${
t
(
'
crops.common.modelName
'
)}
${
t
(
'
common:label.name
'
).
toLowerCase
()}
`
}
>
<
CropChips
crops
=
{
dataset
.
crops
}
/>
</
PropertiesItem
>
}
...
...
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