@if (showNoOuttagesText) {
{{ t('Currently are no network segment issues') }}
}
@if (!showNoOuttagesText && widget) {
}
@for (hostOutage of parentOutages; track $index) {
-
{{ hostOutage.name }}
}
@if (!showNoOuttagesText && parentOutages.length === 0) {
}