diff --git a/client/stillbox/src/app/talkgroup.ts b/client/stillbox/src/app/talkgroup.ts index 98cd013..5a62385 100644 --- a/client/stillbox/src/app/talkgroup.ts +++ b/client/stillbox/src/app/talkgroup.ts @@ -70,7 +70,7 @@ export class Talkgroup { tags!: string[]; alert!: boolean; system?: System; - alert_config!: AlertRule[]; + alert_rules!: AlertRule[]; weight!: number; learned?: boolean; icon?: string; @@ -86,7 +86,7 @@ export class Talkgroup { metadata: Metadata | null, tags: string[], alert: boolean, - alert_config: AlertRule[], + alert_rules: AlertRule[], weight: number, system?: System, learned?: boolean, @@ -122,6 +122,6 @@ export interface TalkgroupUpdate { metadata: Object | null; tags: string[] | null; alert: boolean | null; - alert_config: AlertRule[] | null; + alert_rules: AlertRule[] | null; weight: number | null; } diff --git a/client/stillbox/src/app/talkgroups/talkgroup-record/talkgroup-record.component.html b/client/stillbox/src/app/talkgroups/talkgroup-record/talkgroup-record.component.html index 8af8e85..9e8a867 100644 --- a/client/stillbox/src/app/talkgroups/talkgroup-record/talkgroup-record.component.html +++ b/client/stillbox/src/app/talkgroups/talkgroup-record/talkgroup-record.component.html @@ -108,7 +108,7 @@ >