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
bfa4100c
Commit
bfa4100c
authored
5 years ago
by
Markus Scheidgen
Browse files
Options
Downloads
Patches
Plain Diff
Order and selection of ids/metadata in repo entry details and view.
parent
0da5a4b6
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!93
v0.7.6
,
!90
V0.7.5
Pipeline
#69099
passed
5 years ago
Stage: build
Stage: test
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gui/src/components/entry/RepoEntryView.js
+4
-4
4 additions, 4 deletions
gui/src/components/entry/RepoEntryView.js
gui/src/components/search/EntryList.js
+3
-11
3 additions, 11 deletions
gui/src/components/search/EntryList.js
with
7 additions
and
15 deletions
gui/src/components/entry/RepoEntryView.js
+
4
−
4
View file @
bfa4100c
...
@@ -132,16 +132,16 @@ class RepoEntryView extends React.Component {
...
@@ -132,16 +132,16 @@ class RepoEntryView extends React.Component {
<
Quantity
column
style
=
{{
maxWidth
:
350
}}
>
<
Quantity
column
style
=
{{
maxWidth
:
350
}}
>
<
Quantity
quantity
=
"
calc_id
"
label
=
{
`
${
domain
.
entryLabel
}
id`
}
noWrap
withClipboard
{...
quantityProps
}
/
>
<
Quantity
quantity
=
"
calc_id
"
label
=
{
`
${
domain
.
entryLabel
}
id`
}
noWrap
withClipboard
{...
quantityProps
}
/
>
<
Quantity
quantity
=
"
pid
"
label
=
'
PID
'
loading
=
{
loading
}
placeholder
=
"
not yet assigned
"
noWrap
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
pid
"
label
=
'
PID
'
loading
=
{
loading
}
placeholder
=
"
not yet assigned
"
noWrap
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
raw_id
"
label
=
'
raw id
'
loading
=
{
loading
}
noWrap
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
external_id
"
label
=
'
external id
'
loading
=
{
loading
}
noWrap
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
mainfile
"
loading
=
{
loading
}
noWrap
ellipsisFront
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
calc_hash
"
label
=
{
`
${
domain
.
entryLabel
}
hash`
}
loading
=
{
loading
}
noWrap
{...
quantityProps
}
/
>
<
Quantity
quantity
=
"
upload_id
"
label
=
'
upload id
'
{...
quantityProps
}
noWrap
withClipboard
/>
<
Quantity
quantity
=
"
upload_id
"
label
=
'
upload id
'
{...
quantityProps
}
noWrap
withClipboard
/>
<
Quantity
quantity
=
"
upload_time
"
label
=
'
upload time
'
noWrap
{...
quantityProps
}
>
<
Quantity
quantity
=
"
upload_time
"
label
=
'
upload time
'
noWrap
{...
quantityProps
}
>
<
Typography
noWrap
>
<
Typography
noWrap
>
{
new
Date
(
calcData
.
upload_time
*
1000
).
toLocaleString
()}
{
new
Date
(
calcData
.
upload_time
*
1000
).
toLocaleString
()}
<
/Typography
>
<
/Typography
>
<
/Quantity
>
<
/Quantity
>
<
Quantity
quantity
=
'
mainfile
'
loading
=
{
loading
}
noWrap
ellipsisFront
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
calc_hash
"
label
=
{
`
${
domain
.
entryLabel
}
hash`
}
loading
=
{
loading
}
noWrap
{...
quantityProps
}
/
>
<
Quantity
quantity
=
"
raw_id
"
label
=
'
raw id
'
loading
=
{
loading
}
noWrap
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
external_id
"
label
=
'
external id
'
loading
=
{
loading
}
noWrap
{...
quantityProps
}
withClipboard
/>
<
Quantity
quantity
=
"
last_processing
"
label
=
'
last processing
'
loading
=
{
loading
}
placeholder
=
"
not processed
"
noWrap
{...
quantityProps
}
>
<
Quantity
quantity
=
"
last_processing
"
label
=
'
last processing
'
loading
=
{
loading
}
placeholder
=
"
not processed
"
noWrap
{...
quantityProps
}
>
<
Typography
noWrap
>
<
Typography
noWrap
>
{
new
Date
(
calcData
.
last_processing
*
1000
).
toLocaleString
()}
{
new
Date
(
calcData
.
last_processing
*
1000
).
toLocaleString
()}
...
...
This diff is collapsed.
Click to expand it.
gui/src/components/search/EntryList.js
+
3
−
11
View file @
bfa4100c
...
@@ -264,18 +264,10 @@ export class EntryListUnstyled extends React.Component {
...
@@ -264,18 +264,10 @@ export class EntryListUnstyled extends React.Component {
<
Quantity
column
>
<
Quantity
column
>
{
/* <Quantity quantity="pid" label='PID' placeholder="not yet assigned" noWrap data={row} withClipboard /> */
}
{
/* <Quantity quantity="pid" label='PID' placeholder="not yet assigned" noWrap data={row} withClipboard /> */
}
<
Quantity
quantity
=
"
calc_id
"
label
=
{
`
${
domain
.
entryLabel
}
id`
}
noWrap
withClipboard
data
=
{
row
}
/
>
<
Quantity
quantity
=
"
calc_id
"
label
=
{
`
${
domain
.
entryLabel
}
id`
}
noWrap
withClipboard
data
=
{
row
}
/
>
<
Quantity
quantity
=
"
upload_id
"
label
=
'
upload id
'
data
=
{
row
}
noWrap
withClipboard
/>
<
Quantity
quantity
=
"
raw_id
"
label
=
{
`raw id`
}
noWrap
withClipboard
data
=
{
row
}
/
>
<
Quantity
quantity
=
"
external_id
"
label
=
{
`external id`
}
noWrap
withClipboard
data
=
{
row
}
/
>
<
Quantity
quantity
=
'
mainfile
'
noWrap
ellipsisFront
data
=
{
row
}
withClipboard
/>
<
Quantity
quantity
=
'
mainfile
'
noWrap
ellipsisFront
data
=
{
row
}
withClipboard
/>
<
Quantity
quantity
=
"
upload_time
"
label
=
'
upload time
'
noWrap
data
=
{
row
}
>
<
Quantity
quantity
=
"
upload_id
"
label
=
'
upload id
'
data
=
{
row
}
noWrap
withClipboard
/>
<
Typography
noWrap
>
{
new
Date
(
row
.
upload_time
*
1000
).
toLocaleString
()}
<
/Typography
>
<
/Quantity
>
<
Quantity
quantity
=
"
last_processing
"
label
=
'
processing version
'
noWrap
placeholder
=
"
not processed
"
data
=
{
row
}
>
<
Typography
noWrap
>
{
row
.
nomad_version
}
/{row.nomad_commit
}
<
/Typography
>
<
/Quantity
>
<
/Quantity
>
<
/Quantity
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
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