From bcb7037e4812cb199c2c938a88c1d392076ff18b Mon Sep 17 00:00:00 2001 From: Martin Frick Date: Mon, 13 Mar 2023 10:16:42 +0100 Subject: [PATCH] Fix UI5 version and add local test html files --- app/approuter/default-env.json.sample | 2 +- app/ui-admin-projects/webapp/local.html | 35 +++++++++++++++++++++ app/ui-admin-users/webapp/local.html | 35 +++++++++++++++++++++ app/ui-public-assessments/webapp/local.html | 35 +++++++++++++++++++++ app/ui-public-projects/webapp/local.html | 35 +++++++++++++++++++++ mta.yaml | 2 +- 6 files changed, 142 insertions(+), 2 deletions(-) create mode 100644 app/ui-admin-projects/webapp/local.html create mode 100644 app/ui-admin-users/webapp/local.html create mode 100644 app/ui-public-assessments/webapp/local.html create mode 100644 app/ui-public-projects/webapp/local.html diff --git a/app/approuter/default-env.json.sample b/app/approuter/default-env.json.sample index 2a529d9..a20b127 100644 --- a/app/approuter/default-env.json.sample +++ b/app/approuter/default-env.json.sample @@ -9,6 +9,6 @@ }, { "name": "ui5", - "url": "https://ui5.sap.com" + "url": "https://ui5.sap.com/1.108.4" }] } \ No newline at end of file diff --git a/app/ui-admin-projects/webapp/local.html b/app/ui-admin-projects/webapp/local.html new file mode 100644 index 0000000..bb04a71 --- /dev/null +++ b/app/ui-admin-projects/webapp/local.html @@ -0,0 +1,35 @@ + + + + + + + Manage Projects + + + + +
+ + \ No newline at end of file diff --git a/app/ui-admin-users/webapp/local.html b/app/ui-admin-users/webapp/local.html new file mode 100644 index 0000000..07dcd74 --- /dev/null +++ b/app/ui-admin-users/webapp/local.html @@ -0,0 +1,35 @@ + + + + + + + Manage Users + + + + +
+ + \ No newline at end of file diff --git a/app/ui-public-assessments/webapp/local.html b/app/ui-public-assessments/webapp/local.html new file mode 100644 index 0000000..4750f3d --- /dev/null +++ b/app/ui-public-assessments/webapp/local.html @@ -0,0 +1,35 @@ + + + + + + + Manage Assessments + + + + +
+ + \ No newline at end of file diff --git a/app/ui-public-projects/webapp/local.html b/app/ui-public-projects/webapp/local.html new file mode 100644 index 0000000..28738d8 --- /dev/null +++ b/app/ui-public-projects/webapp/local.html @@ -0,0 +1,35 @@ + + + + + + + View Projects + + + + +
+ + \ No newline at end of file diff --git a/mta.yaml b/mta.yaml index 8ec0faf..2c9962d 100644 --- a/mta.yaml +++ b/mta.yaml @@ -414,7 +414,7 @@ resources: Authentication: NoAuthentication ProxyType: Internet Type: HTTP - URL: https://ui5.sap.com + URL: https://ui5.sap.com/1.108.4 - Name: SUSAAS_NORTHWIND Description: SusaaS Northwind URL: https://services.odata.org/v4/Northwind/Northwind.svc