Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odrl_pap_webservice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
IESE-IDS
odrl_pap_webservice
Commits
7001f049
Commit
7001f049
authored
1 year ago
by
Tom Kollmer
Browse files
Options
Downloads
Patches
Plain Diff
Changed Position of the translate button
parent
63475246
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/ui/src/pages/ODRLCreator.js
+30
-29
30 additions, 29 deletions
src/main/ui/src/pages/ODRLCreator.js
with
30 additions
and
29 deletions
src/main/ui/src/pages/ODRLCreator.js
+
30
−
29
View file @
7001f049
...
...
@@ -117,6 +117,36 @@ export default function ODRLCreator() {
return
(
<
div
className
=
"
odrl-page
"
style
=
{{
margin
:
"
20px
"
}}
>
<
Grid
item
container
xs
=
{
12
}
spacing
=
{
1
}
>
<
Grid
item
xs
=
{
5
}
sm
=
{
5
}
md
=
{
5
}
container
alignItems
=
"
center
"
spacing
=
{
1
}
>
<
Input
name
=
{
"
AppUrl
"
}
label
=
{
""
}
placeholder
=
"
API URI
"
valueHook
=
{[
values
,
setValues
]}
error
=
{
errors
}
xs
=
{
11
}
sm
=
{
11
}
md
=
{
11
}
/>
<
IconButton
className
=
"
odrl-sendBtn
"
color
=
"
secondary
"
id
=
"
Send
"
onClick
=
{
send
}
>
<
ForwardToInboxIcon
/>
<
/IconButton>
<
/Grid>
<
Grid
item
xs
=
{
4
}
><
/Grid>
<
Grid
item
xs
=
{
3
}
>
<
Grid
container
spacing
=
{
2
}
>
<
Grid
item
xs
=
{
6
}
>
...
...
@@ -167,35 +197,6 @@ export default function ODRLCreator() {
<
/Grid>
<
/Grid>
<
/Grid>
<
Grid
item
xs
=
{
4
}
><
/Grid>
<
Grid
item
xs
=
{
5
}
sm
=
{
5
}
md
=
{
5
}
container
alignItems
=
"
center
"
spacing
=
{
1
}
>
<
Input
name
=
{
"
AppUrl
"
}
label
=
{
""
}
placeholder
=
"
Export URI
"
valueHook
=
{[
values
,
setValues
]}
error
=
{
errors
}
xs
=
{
11
}
sm
=
{
11
}
md
=
{
11
}
/>
<
IconButton
className
=
"
odrl-sendBtn
"
color
=
"
secondary
"
id
=
"
Send
"
onClick
=
{
send
}
>
<
ForwardToInboxIcon
/>
<
/IconButton>
<
/Grid>
<
/Grid>
<
Grid
container
spacing
=
{
1
}
xs
=
{
12
}
>
<
Grid
item
xs
=
{
12
}
md
=
{
6
}
>
...
...
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