File tree Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 33 & __column-cpu {
44 min-width : 40px ;
55 }
6-
7- & __pdisks-column {
8- overflow : visible ; // to enable stacked disks overflow the row
9- }
10-
11- & __pdisks-wrapper {
12- display : flex ;
13- gap : 10px ;
14-
15- height : 40px ;
16- }
17-
18- & __pdisks-item {
19- display : flex ;
20- flex-shrink : 0 ;
21- }
226}
Original file line number Diff line number Diff line change @@ -3,25 +3,14 @@ import {
33 NODES_COLUMNS_TO_DATA_FIELDS ,
44 getNodesColumnSortField ,
55} from '../../components/nodesColumns/constants' ;
6+ import type { NodesFilters } from '../../store/reducers/nodes/types' ;
67import type { PreparedStorageNode } from '../../store/reducers/storage/types' ;
78import { prepareStorageNodesResponse } from '../../store/reducers/storage/utils' ;
89import type { NodesRequestParams } from '../../types/api/nodes' ;
910import { prepareSortValue } from '../../utils/filters' ;
1011import { getProblemParamValue , getUptimeParamValue } from '../../utils/nodes' ;
1112import { getRequiredDataFields } from '../../utils/tableUtils/getRequiredDataFields' ;
1213
13- // Define filters type for consistency with PreparedStorageNode
14- interface NodesFilters {
15- searchValue ?: string ;
16- problemFilter ?: string ;
17- uptimeFilter ?: string ;
18- peerRoleFilter ?: string ;
19- path ?: string ;
20- database ?: string ;
21- filterGroup ?: string ;
22- filterGroupBy ?: string ;
23- }
24-
2514export const getNodes : FetchData <
2615 PreparedStorageNode ,
2716 NodesFilters ,
You can’t perform that action at this time.
0 commit comments