0
0
Fork 0

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

This commit is contained in:
Guillermo Bonet 2024-08-27 08:38:58 +02:00
parent a980bf5563
commit 20994dfd0f
1 changed files with 8 additions and 0 deletions

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 }"