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
787a3b10
Commit
787a3b10
authored
1 year ago
by
Arghavan Hosseinzadeh
Browse files
Options
Downloads
Patches
Plain Diff
logo changed to odrl policy. typo fixed
parent
8b6bd3de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/main/ui/src/pages/Home.js
+1
-1
1 addition, 1 deletion
src/main/ui/src/pages/Home.js
src/main/ui/src/pages/HowTo.js
+1
-1
1 addition, 1 deletion
src/main/ui/src/pages/HowTo.js
src/main/ui/src/pages/ObtainConsent.js
+1
-1
1 addition, 1 deletion
src/main/ui/src/pages/ObtainConsent.js
with
3 additions
and
3 deletions
src/main/ui/src/pages/Home.js
+
1
−
1
View file @
787a3b10
import
React
from
"
react
"
;
import
{
Typography
,
Grid
,
Icon
}
from
"
@mui/material
"
;
import
papEditor
from
"
../images/PAP-Editor_Scenario.png
"
;
import
papEditor
from
"
../images/PAP-Editor_Scenario
(old)
.png
"
;
import
{
loadCSS
}
from
'
fg-loadcss
'
;
import
{
Link
}
from
"
react-router-dom
"
;
...
...
This diff is collapsed.
Click to expand it.
src/main/ui/src/pages/HowTo.js
+
1
−
1
View file @
787a3b10
import
React
from
"
react
"
;
import
{
Typography
,
Grid
,
Icon
}
from
"
@mui/material
"
;
import
papEditor
from
"
../images/PAP-Editor_Scenario.png
"
;
import
papEditor
from
"
../images/PAP-Editor_Scenario
(old)
.png
"
;
import
{
loadCSS
}
from
"
fg-loadcss
"
;
import
"
../App/App.css
"
...
...
This diff is collapsed.
Click to expand it.
src/main/ui/src/pages/ObtainConsent.js
+
1
−
1
View file @
787a3b10
...
...
@@ -58,7 +58,7 @@ export default function ObtainConsent() {
<
div
className
=
"
page
"
>
<
Form
>
<
PageHeader
title
=
"
This policy gives permission to a spe
f
ified IDS data consumer to use your data, however demands to obtain consent.
"
title
=
"
This policy gives permission to a spe
c
ified IDS data consumer to use your data, however demands to obtain consent.
"
icon
=
{
<
ShareIcon
/>
}
/>
...
...
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