diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue
index b3ce393320..0b383d9237 100644
--- a/src/components/ui/CardDescriptor.vue
+++ b/src/components/ui/CardDescriptor.vue
@@ -113,12 +113,10 @@ watch($props, async () => {
{{ $props.title }}
- {{ $props.title }}
{{ entity.name }}
- {{ entity.name }}
@@ -198,7 +196,7 @@ watch($props, async () => {
.list-box {
width: 90%;
background-color: $descriptor-items-box;
- margin: 20px 10px 0 10px;
+ margin: 10px auto;
padding: 10px 5px 10px 0px;
border-radius: 8px;
.q-item__label {
diff --git a/src/pages/Ticket/TicketList.vue b/src/pages/Ticket/TicketList.vue
index 614c0f46e8..25c31ac64d 100644
--- a/src/pages/Ticket/TicketList.vue
+++ b/src/pages/Ticket/TicketList.vue
@@ -127,105 +127,6 @@ function viewSummary(id) {
-
-
-
- {{ row.name }}
- #{{ row.id }}
-
-
-
-
- {{ t('ticket.list.nickname') }}
-
-
- {{ row.nickname }}
-
-
-
-
- {{ t('ticket.list.state') }}
-
-
-
- {{ row.state }}
-
-
-
-
-
-
-
- {{ t('ticket.list.shipped') }}
-
-
- {{ toDate(row.shipped) }}
-
-
-
-
- {{ t('Zone') }}
-
-
- {{ row.zoneName }}
-
-
-
-
-
-
- {{ t('ticket.list.salesPerson') }}
-
-
- {{ row.salesPerson }}
-
-
-
-
- {{ t('ticket.list.total') }}
-
-
- {{ toCurrency(row.totalWithVat) }}
-
-
-
-
-
-
-
-
-
- {{ t('components.smartCard.openCard') }}
-
-
-
-
- {{ t('components.smartCard.openSummary') }}
-
-
-
-
-