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
b1fc1c84
Commit
b1fc1c84
authored
7 months ago
by
Sina Rohde
Browse files
Options
Downloads
Patches
Plain Diff
fdo details preview on LP
parent
cb8f09a6
No related branches found
No related tags found
1 merge request
!5
F fdo details
Pipeline
#55738
failed
7 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Content.tsx
+6
-15
6 additions, 15 deletions
src/components/Content.tsx
src/components/ContentArea.tsx
+2
-1
2 additions, 1 deletion
src/components/ContentArea.tsx
with
8 additions
and
16 deletions
src/components/Content.tsx
+
6
−
15
View file @
b1fc1c84
import
*
as
React
from
'
react
'
import
Box
from
'
@mui/material/Box
'
import
Typography
from
'
@mui/material/Typography
'
import
Details
from
'
./fdos/details
'
export
default
function
Types
()
{
export
default
function
Content
()
{
return
(
<
Box
sx
=
{
{
width
:
'
100%
'
,
maxWidth
:
500
}
}
>
<
Typography
variant
=
"subtitle1"
gutterBottom
>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos
blanditiis tenetur
Get a short preview of an FDO in detail:
</
Typography
>
<
Typography
variant
=
"body1"
gutterBottom
>
Dies ist ein spannendes FDO.
</
Typography
>
<
Typography
variant
=
"button"
display
=
"block"
gutterBottom
>
button text
</
Typography
>
<
Typography
variant
=
"caption"
display
=
"block"
gutterBottom
>
caption text
</
Typography
>
<
Typography
variant
=
"overline"
display
=
"block"
gutterBottom
>
overline text
</
Typography
>
<
Details
/>
</
Box
>
)
}
This diff is collapsed.
Click to expand it.
src/components/ContentArea.tsx
+
2
−
1
View file @
b1fc1c84
...
...
@@ -8,6 +8,7 @@ import Content from '@components/Content'
import
Typography
from
'
@mui/material/Typography
'
import
Divider
from
'
@mui/material/Divider
'
import
FDOImage
from
'
@components/FDOImage
'
import
Link
from
'
@mui/material/Link
'
const
Item
=
styled
(
Paper
)(({
theme
})
=>
({
backgroundColor
:
theme
.
palette
.
mode
===
'
dark
'
?
'
#1A2027
'
:
'
#fff
'
,
...
...
@@ -42,7 +43,7 @@ export default function RowAndColumnSpacing () {
Or just start from the overview of the FDO Manager by clicking here:
</
Typography
><
br
/>
<
Typography
variant
=
"button"
display
=
"block"
gutterBottom
fontSize
=
{
19
}
>
Enter FDO Manager
<
Link
href
=
'./fdo'
>
Enter FDO Manager
</
Link
>
</
Typography
>
</
Item
>
</
Grid
>
...
...
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