Explorar o código

Merge branch 'feature_system_space' into dev

wanghao hai 6 meses
pai
achega
e8a58689b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/latency/index.vue

+ 1 - 1
src/views/latency/index.vue

@@ -1000,7 +1000,7 @@ export default {
     },
     status_change(row) {
       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'
         } else {
           return ''