fix graph data issue with infinty

- add header
  - present test details in table
This commit is contained in:
prisar
2023-07-22 13:21:39 +05:30
parent ba8056389f
commit 93208b00c8
8 changed files with 491 additions and 27 deletions

View File

@@ -17,6 +17,10 @@ const router = createBrowserRouter([
{
path: "/testgraphs",
element: <Devices />,
},
{
path: "/inshights",
element: <Devices />,
}
]);