diff --git a/src/app/services/monitoring/opentelemetry/opentelemetry.ts b/src/app/services/monitoring/opentelemetry/opentelemetry.ts index 813ab683c..e1105eac3 100644 --- a/src/app/services/monitoring/opentelemetry/opentelemetry.ts +++ b/src/app/services/monitoring/opentelemetry/opentelemetry.ts @@ -35,6 +35,8 @@ export const OpentelemetryAgendaProvider = createProvider('FO-agenda-service'); export const OpentelemetryNotificationProvider = createProvider('FO-notification'); export const OpentelemetryInterceptorProvider = createProvider('FO-interceptor'); export const OpentelemetryPublicationProvider = createProvider('FO-publication-service'); +export const OpentelemetryOtherProvider = createProvider('FO-other-service'); + export const OpentelemetryLogging = createProvider('logging'); const tracerInstance = OpentelemetryAgendaProvider.getTracer('example-tracer-hole', '111', {}) diff --git a/src/app/shared/publication/view-publications/view-publications.page.html b/src/app/shared/publication/view-publications/view-publications.page.html index 3abe81ba3..2fcc3597e 100644 --- a/src/app/shared/publication/view-publications/view-publications.page.html +++ b/src/app/shared/publication/view-publications/view-publications.page.html @@ -93,19 +93,22 @@ s --> -
-
-
- {{publication.Title}} +
+
+
+
+ {{publication.Title}} +
+
{{publication.DatePublication | date: 'dd-MM-yyyy HH:mm'}}
+
+
+
-
{{publication.DatePublication | date: 'dd-MM-yyyy HH:mm'}}
-
- -
-
+
+
diff --git a/src/app/shared/publication/view-publications/view-publications.page.scss b/src/app/shared/publication/view-publications/view-publications.page.scss index f52ae38b5..5ec621902 100644 --- a/src/app/shared/publication/view-publications/view-publications.page.scss +++ b/src/app/shared/publication/view-publications/view-publications.page.scss @@ -194,7 +194,7 @@ } .post-content{ margin: 0 auto; - margin-bottom: 35px; + padding-bottom: 35px; min-width: 468px; } .post-title-time{ diff --git a/version/git-version.ts b/version/git-version.ts index 61e08b4da..257f40de3 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "66274d059", - "SHA": "66274d059a54e78f019997fbb63755344d866487", + "shortSHA": "2e7ebc71c", + "SHA": "2e7ebc71cea8c47f27fe163f1d460d9694e0b0ea", "branch": "feature/agenda-api-peter", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Mon Jul 29 17:00:07 2024 +0100'", - "lastCommitMessage": "improve actions performance", - "lastCommitNumber": "5892", - "changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/shared/swiper/swiper.page.ts", + "lastCommitTime": "'Mon Jul 29 17:23:41 2024 +0100'", + "lastCommitMessage": "fix video controls", + "lastCommitNumber": "5893", + "changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/services/monitoring/opentelemetry/opentelemetry.ts\n\tmodified: src/app/shared/publication/view-publications/view-publications.page.html\n\tmodified: src/app/shared/publication/view-publications/view-publications.page.scss\n\tmodified: version/git-version.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file