Compare commits

...

2 Commits

2 changed files with 4 additions and 0 deletions

View File

@@ -159,6 +159,8 @@ function ListView({
pagination: paginationConfig,
selectColumns: options?.selectColumns,
},
start: Math.floor(minTime / 1000),
end: Math.floor(maxTime / 1000),
},
// ENTITY_VERSION_V4,
ENTITY_VERSION_V5,

View File

@@ -89,6 +89,8 @@ function TracesView({
tableParams: {
pagination: paginationQueryData,
},
start: Math.floor(minTime / 1000),
end: Math.floor(maxTime / 1000),
},
ENTITY_VERSION_V5,
{