|
@@ -1000,7 +1000,7 @@ export default {
|
|
},
|
|
},
|
|
status_change(row) {
|
|
status_change(row) {
|
|
if (row.row.events_timestamp != null) {
|
|
if (row.row.events_timestamp != null) {
|
|
- if (row.row.events_timestamp.length > 0 || row.row.status_code == 'STATUS_CODE_ERROR' || row.row.http_code > 399) {
|
|
|
|
|
|
+ if (row.row.status_code == 'STATUS_CODE_ERROR') {
|
|
return 'table-error-row'
|
|
return 'table-error-row'
|
|
} else {
|
|
} else {
|
|
return ''
|
|
return ''
|