Skip to content

Commit

Permalink
changed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Jan 25, 2025
1 parent 40fe5f1 commit 506f641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analytics-ui/src/block/block-grid.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class BlockGridComponent implements OnInit {
path: 'name',
filterable: false,
dataType: ColumnDataType.TextShort,
gridTrackSize: '10%',
gridTrackSize: '15%',
visible: true
},
{
Expand All @@ -77,7 +77,7 @@ export class BlockGridComponent implements OnInit {
header: 'Custom Block',
name: 'custom',
path: 'custom',
gridTrackSize: '10%',
gridTrackSize: '15%',
filterable: true,
dataType: ColumnDataType.TextShort,
sortable: true,
Expand Down

0 comments on commit 506f641

Please sign in to comment.