All system talkgroups must be associated with a tag, which is then used to search for calls based on their tag.

@if (!tags.length) {

No defined Tags

} @for (tag of tags; track tag; let i = $index) { drag_indicator {{ tag.value.label || 'NewTag' }} @if (tag.invalid) { error }

Label
Tag label displayed on the main screen and on the search panel.

@if (tag.get('label')!.hasError('required')) { Label is required }

Audio alert
Prefixes an alert sound to all calls assigned to this tag. The alert assignment order is as follows: Group -> Tag -> System -> Talkgroup.

No Alert @for (alert of alerts; track alert) { {{ alert | titlecase }} }

Led Color
The default LED color is green but it can be changed at several levels. The color assignment order is as follows: Group -> Tag -> System -> Talkgroup.

Default @for (led of leds; track led) { {{ led | titlecase }} }
}