+ {{ $t('pageDeconfigurationRecords.alertPowerOff') }} +
+{{ value | formatDate }}
-{{ value | formatTime }}
+{{ $filters.formatDate(value) }}
+{{ $filters.formatTime(value) }}
+ {{ value === 'Critical' ? $t('pageDeconfigurationRecords.severityValues.fatal') + : value === 'Spare' + ? $t('pageDeconfigurationRecords.severityValues.spare') : value === 'Warning' - ? $t('pageDeconfigurationRecords.severityValues.predictive') - : value === 'OK' - ? $t('pageDeconfigurationRecords.severityValues.manual') - : '--' + ? $t('pageDeconfigurationRecords.severityValues.predictive') + : value === 'Manual' + ? $t('pageDeconfigurationRecords.severityValues.manual') + : '--' }} @@ -166,97 +183,143 @@ {{ value }} - - - + + ++ {{ + $t('pageDeconfigurationRecords.modal.deleteAllMessage') + }} +
++ {{ + $t('pageDeconfigurationRecords.modal.deleteMessage', { count: count }, count) + }} +
+