We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31710ae commit afcf318Copy full SHA for afcf318
vue-frontend/warehouse-frontend/src/views/ParentPage.vue
@@ -381,6 +381,11 @@ export default {
381
</tr>
382
</transition-group>
383
</table>
384
+
385
+ <div style="text-align: center" v-if="transactionsList.length === 0">
386
+ <p style="padding-bottom: 5px; padding-top: 10px">Scan an asset to get started</p>
387
+ <hr/>
388
+ </div>
389
</div>
390
391
<!-- Inventory List -->
@@ -413,6 +418,11 @@ export default {
413
418
414
419
415
420
421
422
+ <div style="text-align: center" v-if="inventoryList.length === 0">
423
424
425
416
426
417
427
428
0 commit comments