Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
ASTRON SDC
ESCAPE WP5
ESAP GUI
Commits
5e59d13b
Commit
5e59d13b
authored
3 years ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
user friendly presentation of shopping basket items (apertif and astron-vo) (jira ticket 243)
parent
decb8586
No related branches found
Branches containing commit
No related tags found
1 merge request
!35
Dev nico
Pipeline
#15045
passed
3 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/services/layout/ApertifResultsLayout.js
+8
-8
8 additions, 8 deletions
src/components/services/layout/ApertifResultsLayout.js
src/components/services/layout/AstronVOLayout.js
+7
-7
7 additions, 7 deletions
src/components/services/layout/AstronVOLayout.js
with
15 additions
and
15 deletions
src/components/services/layout/ApertifResultsLayout.js
+
8
−
8
View file @
5e59d13b
...
...
@@ -3,13 +3,13 @@ import React, { useContext, useState, useEffect } from "react";
export
function
renderHeaderApertif
()
{
return
(
<>
<
th
>
Name
<
/th
>
<
th
>
RA
<
/th
>
<
th
>
Dec
<
/th
>
<
th
>
fov
<
/th
>
<
th
>
Dataset
ID
<
/th
>
<
th
>
DataProduct
Type
<
/th
>
<
th
>
DataProduct
SubType
<
/th
>
<
th
style
=
{{
width
:
'
10%
'
}}
>
Name
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
RA
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
Dec
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
fov
<
/th
>
<
th
style
=
{{
width
:
'
10%
'
}}
>
DataProduct
Type
<
/th
>
<
th
style
=
{{
width
:
'
10%
'
}}
>
DataProduct
Sub
Type
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
Dataset
ID
<
/th
>
<
/
>
);
}
...
...
@@ -21,9 +21,9 @@ export function renderRowApertif(result) {
<
td
>
{
Number
(
result
.
RA
).
toFixed
(
1
)}
<
/td
>
<
td
>
{
Number
(
result
.
dec
).
toFixed
(
1
)}
<
/td
>
<
td
>
{
Number
(
result
.
fov
).
toFixed
(
1
)}
<
/td
>
<
td
>
{
result
.
datasetID
}
<
/td
>
<
td
>
{
result
.
dataProductType
}
<
/td
>
<
td
>
{
result
.
dataProductSubType
}
<
/td
>
<
td
>
{
result
.
datasetID
}
<
/td
>
<
/
>
);
}
This diff is collapsed.
Click to expand it.
src/components/services/layout/AstronVOLayout.js
+
7
−
7
View file @
5e59d13b
...
...
@@ -3,13 +3,13 @@ import React, { useContext, useState, useEffect } from "react";
export
function
renderHeaderAstronVO
()
{
return
(
<>
<
th
>
Collection
<
/th
>
<
th
>
RA
<
/th
>
<
th
>
Dec
<
/th
>
<
th
>
fov
<
/th
>
<
th
>
Data
Product
Type
<
/th
>
<
th
>
Calibration
Level
<
/th
>
<
th
>
Size
<
/th
>
<
th
style
=
{{
width
:
'
10%
'
}}
>
Collection
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
RA
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
Dec
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
fov
<
/th
>
<
th
style
=
{{
width
:
'
10%
'
}}
>
DataProduct
Type
<
/th
>
<
th
style
=
{{
width
:
'
10%
'
}}
>
Calibration
Level
<
/th
>
<
th
style
=
{{
width
:
'
5%
'
}}
>
Size
<
/th
>
<
/
>
);
}
...
...
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