diff --git a/client/stillbox/src/app/calls.ts b/client/stillbox/src/app/calls.ts index 1da3392..ccd51ee 100644 --- a/client/stillbox/src/app/calls.ts +++ b/client/stillbox/src/app/calls.ts @@ -4,6 +4,5 @@ export interface CallRecord { duration: number; system_id: number; tgid: number; - system_name: string; - tg_name: string; + incidents: number; // in incident } diff --git a/client/stillbox/src/app/calls/calls.component.html b/client/stillbox/src/app/calls/calls.component.html index 100cc73..3cbc7a4 100644 --- a/client/stillbox/src/app/calls/calls.component.html +++ b/client/stillbox/src/app/calls/calls.component.html @@ -169,7 +169,7 @@