feat: refs #7287 Added changes to use reason in log #649

Open
guillermo wants to merge 3 commits from 7287-reasonLog into dev
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 20994dfd0f - Show all commits

View File

@ -580,6 +580,14 @@ watch(
</div>
</QItem>
</QCardSection>
<QCardSection
class="q-pa-sm"
v-if="log.reason && !log.description"
>
<span class="description">
{{ log.reason }}
</span>
</QCardSection>
<QCardSection
class="change-detail q-px-sm q-py-xs"
:class="{ expanded: log.expand }"