-
-
-
-
-
-
-
-
-
-
- {{$t('Search')}}
-
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('Search')}}
+
+
+
+
-
-
-
+
-
-
-
-
-
- {{scope.row[col.name]}}
-
-
-
-
- {{getTime(scope.row[col.name])}}
-
-
-
-
- {{getWaitDuration(scope.row)}}
-
-
-
-
- {{getRuntimeDuration(scope.row)}}
-
-
-
-
- {{getTotalDuration(scope.row)}}
-
-
-
-
- {{scope.row[col.name]}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{scope.row[col.name]}}
+
+
+
+
+ {{getTime(scope.row[col.name])}}
+
+
+
+
+ {{getWaitDuration(scope.row)}}
+
+
+
+
+ {{getRuntimeDuration(scope.row)}}
+
+
+
+
+ {{getTotalDuration(scope.row)}}
+
+
+
+
+ {{scope.row[col.name]}}
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -172,7 +176,7 @@ export default {
{ name: 'wait_duration', label: 'Wait Duration (sec)', width: '80', align: 'right' },
{ name: 'runtime_duration', label: 'Runtime Duration (sec)', width: '80', align: 'right' },
{ name: 'total_duration', label: 'Total Duration (sec)', width: '80', align: 'right' },
- { name: 'num_results', label: 'Results Count', width: '80' }
+ { name: 'result_count', label: 'Results Count', width: '80' }
// { name: 'avg_num_results', label: 'Average Results Count per Second', width: '80' }
]
}