This commit is contained in:
bakhirev 2025-05-22 16:20:24 +03:00
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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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';

View file

@ -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