Skip to content

Commit

Permalink
reason column takes up the remaining width
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Jul 13, 2021
1 parent b31abcd commit 91c2ab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export const columns: Array<
}),
linkField: '*',
id: RULE_NAME,
initialWidth: 400,
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 91c2ab4

Please sign in to comment.