Ver código fonte

Merge branch 'feature_system_space' into dev

wanghao 6 meses atrás
pai
commit
e8a58689b6
1 arquivos alterados com 1 adições e 1 exclusões
  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 ''