Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FDO Manager WebUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
fdo
FDO Manager WebUI
Commits
df07f208
"LICENCE.md" did not exist on "43393e0b4ea304ee99ace28f399e7fe8ab8c11a9"
Commit
df07f208
authored
8 months ago
by
Sina Rohde
Browse files
Options
Downloads
Patches
Plain Diff
some styling details
parent
e6f12560
No related branches found
No related tags found
1 merge request
!7
Revert "MAINT: Ignore venv and package-lock.json"
Pipeline
#55599
failed
8 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/fdo/show/[prefix]/sandbox.tsx
+9
-3
9 additions, 3 deletions
pages/fdo/show/[prefix]/sandbox.tsx
src/components/fdos/details.tsx
+3
-6
3 additions, 6 deletions
src/components/fdos/details.tsx
with
12 additions
and
9 deletions
pages/fdo/show/[prefix]/sandbox.tsx
+
9
−
3
View file @
df07f208
...
@@ -46,6 +46,7 @@ const ShowFDO = () => {
...
@@ -46,6 +46,7 @@ const ShowFDO = () => {
return
<
ErrorComponent
message
=
{
t
(
'
fdo.show.handle_not_found
'
,
'
Handle not found.
'
)
}
/>
return
<
ErrorComponent
message
=
{
t
(
'
fdo.show.handle_not_found
'
,
'
Handle not found.
'
)
}
/>
}
}
const
displayName
=
'
FDO-Name
'
const
displayName
=
'
FDO-Name
'
const
genInfo
=
'
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore voluptua.
'
const
handleUrl
=
resolvePid
(
showId
)
const
handleUrl
=
resolvePid
(
showId
)
const
dataPid
=
data
?.
data
?.
dataPid
const
dataPid
=
data
?.
data
?.
dataPid
const
metadataPid
=
data
?.
data
?.
metadataPid
const
metadataPid
=
data
?.
data
?.
metadataPid
...
@@ -140,15 +141,20 @@ const ShowFDO = () => {
...
@@ -140,15 +141,20 @@ const ShowFDO = () => {
</
MenuList
>
</
MenuList
>
</
Item
>
</
Item
>
<
Item
sx
=
{
{
width
:
'
6
0%
'
}
}
>
<
Item
sx
=
{
{
width
:
'
5
0%
'
}
}
>
<
Stack
direction
=
"row"
spacing
=
{
3
}
>
<
Stack
direction
=
"row"
spacing
=
{
3
}
>
<
Avatar
sx
=
{
{
bgcolor
:
blue
[
500
]
}
}
variant
=
"rounded"
>
<
Avatar
sx
=
{
{
bgcolor
:
blue
[
500
]
}
}
variant
=
"rounded"
>
<
AssignmentIcon
/>
<
AssignmentIcon
/>
</
Avatar
>
</
Avatar
>
<
Typography
variant
=
"h5"
gutterBottom
>
{
displayName
}
</
Typography
>
<
Typography
variant
=
"h5"
gutterBottom
>
{
displayName
}
</
Typography
>
</
Stack
><
br
/>
</
Stack
><
br
/>
<
Details
/>
<
Typography
variant
=
"subtitle1"
gutterBottom
sx
=
{
{
display
:
'
block
'
,
marginLeft
:
'
10px
'
}
}
>
{
genInfo
}
</
Typography
>
</
Item
>
<
br
/>
<
Box
>
<
Details
/>
</
Box
>
</
Item
>
</
Stack
>
</
Stack
>
</
div
><
br
/><
br
/>
</
div
><
br
/><
br
/>
...
...
This diff is collapsed.
Click to expand it.
src/components/fdos/details.tsx
+
3
−
6
View file @
df07f208
...
@@ -31,7 +31,6 @@ const StyledTableRow = styled(TableRow)(({ theme }) => ({
...
@@ -31,7 +31,6 @@ const StyledTableRow = styled(TableRow)(({ theme }) => ({
}
}
}))
}))
const
genInfo
=
'
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
'
const
typeInfo
=
'
CETTS
'
const
typeInfo
=
'
CETTS
'
const
repoInfo
=
'
LinkAhead
'
const
repoInfo
=
'
LinkAhead
'
const
dataSpInfo
=
'
RWTH
'
const
dataSpInfo
=
'
RWTH
'
...
@@ -47,12 +46,10 @@ function createData (
...
@@ -47,12 +46,10 @@ function createData (
}
}
const
rows
=
[
const
rows
=
[
createData
(
'
Desription:
'
,
genInfo
,
''
),
createData
(
'
Type:
'
,
typeInfo
,
''
),
createData
(
'
Type:
'
,
typeInfo
,
''
),
createData
(
'
Repository:
'
,
repoInfo
,
'
xx
'
),
createData
(
'
Repository:
'
,
repoInfo
,
''
),
createData
(
'
Dataspace:
'
,
dataSpInfo
,
'
xx
'
),
createData
(
'
Dataspace:
'
,
dataSpInfo
,
''
),
createData
(
'
Technology:
'
,
techInfo
,
'
xx
'
)
createData
(
'
Technology:
'
,
techInfo
,
''
)
]
]
export
default
function
CustomizedTables
()
{
export
default
function
CustomizedTables
()
{
...
...
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