From 9c72276e117195198a233eefa8c33d482cba16b2 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 20:04:51 +0000 Subject: [PATCH] enable dashboard reporting --- .github/workflows/cypress.yml | 2 ++ .../tv-information-panel/tv-information-panel.component.html | 2 +- .../app/media-details/components/tv/tv-details.component.html | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index fa902faf6..582368f0a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -43,6 +43,7 @@ jobs: - name: Cypress Tests uses: cypress-io/github-action@v2.8.2 with: + record: true browser: chrome headless: true working-directory: tests @@ -50,5 +51,6 @@ jobs: # 7 minutes wait-on-timeout: 420 env: + CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html b/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html index 85ebf2160..97ef73e96 100644 --- a/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html +++ b/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html @@ -22,7 +22,7 @@
{{'MediaDetails.Status' | translate }}: - {{tv.status}} + {{tv.status}}
First Aired: {{tv.firstAired | date: 'mediumDate'}} diff --git a/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html b/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html index 66dc83f3d..f869b31a2 100644 --- a/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html +++ b/src/Ombi/ClientApp/src/app/media-details/components/tv/tv-details.component.html @@ -117,11 +117,11 @@
- + - Requests + {{'Requests.Title' | translate}}