JobDetail: Rename tabs titles
To set the context in the first tab title. * Settings -> Job Settings * Job Details -> Details
This commit is contained in:
parent
ccd12ea7b0
commit
a072aaaa8b
@ -2,7 +2,7 @@
|
||||
<template v-if="hasJobData">
|
||||
<last-rendered-image ref="lastRenderedImage" :jobID="jobData.id" thumbnailSuffix="-tiny" />
|
||||
<TabsWrapper>
|
||||
<TabItem title="Settings">
|
||||
<TabItem title="Job Settings">
|
||||
<dl v-if="hasSettings">
|
||||
<template v-for="value, key in settingsToDisplay">
|
||||
<dt :class="`field-${key}`" :title="key">{{ key }}</dt>
|
||||
@ -18,7 +18,7 @@
|
||||
</template>
|
||||
</dl>
|
||||
</TabItem>
|
||||
<TabItem title="Job Details">
|
||||
<TabItem title="Details">
|
||||
<dl>
|
||||
<dt class="field-name" title="Name">Name</dt>
|
||||
<dd>{{ jobData.name }}</dd>
|
||||
|
Loading…
x
Reference in New Issue
Block a user