From 526f9750ec3f48ffb127886f364b2b989885fb64 Mon Sep 17 00:00:00 2001 From: "Engelbart Kai Sven (PEA4-Fe)" Date: Wed, 2 Dec 2020 15:52:12 +0100 Subject: [PATCH 1/2] Remove non-existent image reference, fix HTML escapes --- .../documentation-architecture.component.html | 3 --- .../documentation-database.component.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/documentation/documentation-architecture/documentation-architecture.component.html b/src/app/documentation/documentation-architecture/documentation-architecture.component.html index b0ab06f..6191715 100644 --- a/src/app/documentation/documentation-architecture/documentation-architecture.component.html +++ b/src/app/documentation/documentation-architecture/documentation-architecture.component.html @@ -1,6 +1,3 @@ - -architecture -

Bosch IoT Cloud space where all applications are hosted: diff --git a/src/app/documentation/documentation-database/documentation-database.component.html b/src/app/documentation/documentation-database/documentation-database.component.html index 4a69938..02c9a4d 100644 --- a/src/app/documentation/documentation-database/documentation-database.component.html +++ b/src/app/documentation/documentation-database/documentation-database.component.html @@ -22,7 +22,7 @@ Every time:

  • cf ssh -L 1120:st0cvm200118.internal-mongodb.de1.bosch-iot-cloud.com:30000 definma-api
  • Login into your application with localhost:1120 and use credentials and Authentication Database from the BIC - (Data can be found at Home>DeFinMa>production>definma-api>Services>dots on the right of definmadb>View Credentials) + (Data can be found at Home>DeFinMa>production>definma-api>Services>dots on the right of definmadb>View Credentials)
  • From ad52baf30af53c5a1ae7868bd47f5862774b1327 Mon Sep 17 00:00:00 2001 From: Engelbart Kai Sven Date: Thu, 3 Dec 2020 11:51:47 +0100 Subject: [PATCH 2/2] Display sample number in sample editor --- src/app/sample/sample.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/sample/sample.component.html b/src/app/sample/sample.component.html index 3f25923..59d43ee 100644 --- a/src/app/sample/sample.component.html +++ b/src/app/sample/sample.component.html @@ -165,9 +165,10 @@ + Sample Number{{baseSample.number}} Material{{material.name}} Type{{baseSample.type}} - color{{baseSample.color}} + Color{{baseSample.color}} Batch{{baseSample.batch}} Comment{{baseSample.notes | exists:'comment'}}