From 91c2ab4c3f077f6894920c7df2fc5661bd8b83b8 Mon Sep 17 00:00:00 2001 From: mgiota Date: Tue, 13 Jul 2021 18:06:39 +0200 Subject: [PATCH] reason column takes up the remaining width --- .../observability/public/pages/alerts/alerts_table_t_grid.tsx | 1 - .../observability/public/pages/alerts/render_cell_value.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/observability/public/pages/alerts/alerts_table_t_grid.tsx b/x-pack/plugins/observability/public/pages/alerts/alerts_table_t_grid.tsx index 5a69c7c9af158..5a02dad145216 100644 --- a/x-pack/plugins/observability/public/pages/alerts/alerts_table_t_grid.tsx +++ b/x-pack/plugins/observability/public/pages/alerts/alerts_table_t_grid.tsx @@ -80,7 +80,6 @@ export const columns: Array< }), linkField: '*', id: RULE_NAME, - initialWidth: 400, }, ]; diff --git a/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx b/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx index 51a91af4e78fa..0b360873f9545 100644 --- a/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx +++ b/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx @@ -52,7 +52,7 @@ export const getRenderCellValue = ({ rangeFrom: string; setFlyoutAlert: (data: TopAlert) => void; }) => { - return ({ columnId, data, linkValues, setCellProps }: CellValueElementProps) => { + return ({ columnId, data, setCellProps }: CellValueElementProps) => { const { observabilityRuleTypeRegistry } = usePluginContext(); const value = getMappedNonEcsValue({ data,