mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-01 18:19:43 +00:00
update
This commit is contained in:
parent
ad10f682ac
commit
1fd41c2fb9
7 changed files with 5 additions and 14 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -79,7 +79,6 @@ function ExtensionView({ response, updateSort, rowsForExcel, mode }: IFilesViewP
|
|||
isSortable
|
||||
title="page.team.extension.current.count"
|
||||
properties="count"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
@ -96,7 +95,6 @@ function ExtensionView({ response, updateSort, rowsForExcel, mode }: IFilesViewP
|
|||
isSortable
|
||||
title="page.team.extension.removed.count"
|
||||
properties="removedCount"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
|
|
@ -79,7 +79,6 @@ function ExtensionView({ response, updateSort, rowsForExcel, mode }: IFilesViewP
|
|||
isSortable
|
||||
title="page.team.extension.current.count"
|
||||
properties="count"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
@ -96,7 +95,6 @@ function ExtensionView({ response, updateSort, rowsForExcel, mode }: IFilesViewP
|
|||
isSortable
|
||||
title="page.team.extension.removed.count"
|
||||
properties="removedCount"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
|
|
@ -79,7 +79,6 @@ function TypeView({ response, updateSort, rowsForExcel, mode }: IFilesViewProps)
|
|||
isSortable
|
||||
title="page.team.extension.current.count"
|
||||
properties="count"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
@ -96,7 +95,6 @@ function TypeView({ response, updateSort, rowsForExcel, mode }: IFilesViewProps)
|
|||
isSortable
|
||||
title="page.team.extension.removed.count"
|
||||
properties="removedCount"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
|
|
@ -7,7 +7,6 @@ import { getDate } from 'ts/helpers/formatter';
|
|||
import dataGripStore from 'ts/store/DataGrip';
|
||||
|
||||
import DataLoader from 'ts/components/DataLoader';
|
||||
import Pagination from 'ts/components/DataLoader/components/Pagination';
|
||||
import { getFakeLoader } from 'ts/components/DataLoader/helpers/formatter';
|
||||
import NothingFound from 'ts/components/NothingFound';
|
||||
import DataView from 'ts/components/DataView';
|
||||
|
|
|
@ -87,7 +87,6 @@ function View({ response, updateSort, rowsForExcel, mode }: ViewProps) {
|
|||
isSortable
|
||||
title="page.team.release.delay"
|
||||
properties="delayInDays"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
@ -104,7 +103,6 @@ function View({ response, updateSort, rowsForExcel, mode }: ViewProps) {
|
|||
isSortable
|
||||
title="page.team.release.waiting"
|
||||
properties="waitingInDays"
|
||||
width={170}
|
||||
minWidth={170}
|
||||
template={(value: number) => (
|
||||
<LineChart
|
||||
|
|
Loading…
Add table
Reference in a new issue