Skip to content

Commit

Permalink
fix: add error in notification history list
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed May 15, 2024
1 parent 198fc01 commit 1ccbf0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NotificationHistoryList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<td>{{ props.item.channel }}</td>
<td>{{ props.item.rule }}</td>
<td>{{ props.item.alert }}</td>
<td>{{ props.item.error}}</td>
<td>{{ props.item.confirmed }}</td>
<td>{{ props.item.confirmed_time }}</td>
</tr>
Expand Down Expand Up @@ -83,6 +84,7 @@ export default {
{ text: i18n.t('Channel'), value: 'channel' },
{ text: i18n.t('NotificationRule'), value: 'rule' },
{ text: i18n.t('Alert'), value: 'alert' },
{ text: i18n.t('Error'), value: 'error' },
{ text: i18n.t('Confirmed'), value: 'confirmed' },
{ text: i18n.t('ConfirmedTime'), value: 'confirmed_time' },
],
Expand Down

0 comments on commit 1ccbf0f

Please sign in to comment.