diff --git a/apps/ops/src/components/customer/TicketCard.vue b/apps/ops/src/components/customer/TicketCard.vue
new file mode 100644
index 0000000..8fd7a28
--- /dev/null
+++ b/apps/ops/src/components/customer/TicketCard.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
{{ ticket.subject || '(sans sujet)' }}
+
+ ticket.status = v.value">
+
+ {{ ticket.status }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/ops/src/pages/ClientDetailPage.vue b/apps/ops/src/pages/ClientDetailPage.vue
index 5b48e8f..4fa31c3 100644
--- a/apps/ops/src/pages/ClientDetailPage.vue
+++ b/apps/ops/src/pages/ClientDetailPage.vue
@@ -125,69 +125,8 @@
Aucun ticket
-
openModal('Issue', row.name, row.subject)">
-
-
-
-
-
-
-
- {{ props.row.legacy_ticket_id || props.row.name }}
-
-
-
-
- {{ props.row.subject }}
-
-
-
-
-
-
- {{ staffInitials(props.row.opened_by_staff) }}
- {{ props.row.opened_by_staff }}
-
-
- {{ staffInitials(props.row.assigned_staff) }}
- {{ props.row.assigned_staff }}
-
-
-
-
-
-
- {{ props.row.opening_date }}
-
-
-
-
- props.row.priority = v.value">
-
- {{ props.row.priority }}
-
-
-
-
-
-
- props.row.status = v.value">
-
- {{ props.row.status }}
-
-
-
-
-
+