@if (!isLoading && historyRecords.length == 0) {
apps_outage

No records found

} @else { @for (item of historyRecords; track item; let last = $last) { {{ getIconForType(item.type) }}
{{ item.type }}
@if (parseDescription(item.description).detail) { {{ parseDescription(item.description).detail }} }
User - {{ item.actingUser.emailAddress }}
{{ item.modificationTime | date : "MMM d, y, h:mm a" }}
@if (!last) { } }
}