test
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Vicent Llopis 2023-04-18 12:55:18 +02:00
parent a5f6991511
commit 6b72d88256
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<img :src="QR" id="QR"/>
<div id="right">
<div id="additionalInfo" class="ellipsize"><b>Pallet: </b>{{id}}</div>
<div id="additionalInfo" class="ellipsize"><b>User: </b> {{username?.name || '---'}}</div>
<div id="additionalInfo" class="ellipsize"><b>User: </b> {{username ? username.name : '---'}}</div>
<div id="additionalInfo" class="ellipsize"><b>Day: </b>{{labelData.dayName.toUpperCase() || '---'}}</div>
</div>
</td>