Skip to content

Commit c43259d

Browse files
committed
portal integration
1 parent c234950 commit c43259d

File tree

17 files changed

+2719
-181
lines changed

17 files changed

+2719
-181
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.cdsrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
"target": "."
44
}
55
}
6+

app/incidents/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/incidents/webapp/manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
"version": "1.10.3",
1616
"toolsId": "f4ed670b-c6f0-44f6-a567-0bcb269dc6f7"
1717
},
18+
"crossNavigation": {
19+
"inbounds": {
20+
"intent1": {
21+
"signature": {
22+
"parameters": {},
23+
"additionalParameters": "allowed"
24+
},
25+
"semanticObject": "Incidents",
26+
"action": "display"
27+
}
28+
}
29+
},
1830
"dataSources": {
1931
"mainService": {
2032
"uri": "/odata/v4/ProcessorService/",

app/incidents/webapp/xs-app.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"welcomeFile": "/index.html",
3+
"authenticationMethod": "route",
4+
"logout": {
5+
"logoutEndpoint": "/do/logout"
6+
},
7+
"routes": [
8+
{
9+
"source": "^(.*)$",
10+
"target": "$1",
11+
"service": "html5-apps-repo-rt",
12+
"authenticationType": "xsuaa"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)