JobDetails: Remove column title

It's already clear we are viewing a job by the surrounding elements.
This commit is contained in:
Pablo Vazquez 2022-07-05 16:49:11 +02:00 committed by Francesco Siddi
parent 30b734712c
commit ccd12ea7b0

View File

@ -1,5 +1,4 @@
<template> <template>
<h2 class="column-title">Job Details</h2>
<template v-if="hasJobData"> <template v-if="hasJobData">
<last-rendered-image ref="lastRenderedImage" :jobID="jobData.id" thumbnailSuffix="-tiny" /> <last-rendered-image ref="lastRenderedImage" :jobID="jobData.id" thumbnailSuffix="-tiny" />
<TabsWrapper> <TabsWrapper>