From b082433757ece04912d1e0831d7345a35f892910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 28 Jun 2022 17:37:09 +0200 Subject: [PATCH] Web: show last-rendered image in job details It doesn't update automatically yet (still needs SocketIO notifications), and there is no check yet for whether there is actually any last-rendered image at all, but at least there is a component that shows the image. --- web/app/src/components/jobs/JobDetails.vue | 6 +++ .../src/components/jobs/LastRenderedImage.vue | 48 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 web/app/src/components/jobs/LastRenderedImage.vue diff --git a/web/app/src/components/jobs/JobDetails.vue b/web/app/src/components/jobs/JobDetails.vue index 778d5a4b..ad919cfd 100644 --- a/web/app/src/components/jobs/JobDetails.vue +++ b/web/app/src/components/jobs/JobDetails.vue @@ -2,6 +2,8 @@

Job Details