Skip to content

Commit

Permalink
[RAC] Alerts table widths updated (#109267)
Browse files Browse the repository at this point in the history
* action and ts column widths changed

* snapshot updated

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
semd and kibanamachine authored Aug 20, 2021
1 parent acc8465 commit 5a00ff3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const columns: Array<
{
columnHeaderType: defaultColumnHeaderType,
id: '@timestamp',
initialWidth: DEFAULT_DATE_COLUMN_MIN_WIDTH + 5,
initialWidth: DEFAULT_DATE_COLUMN_MIN_WIDTH + 10,
},
{
columnHeaderType: defaultColumnHeaderType,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ import { ControlColumnProps } from '../../../../../../common/types/timeline';
import { Actions } from '../actions';
import { HeaderActions } from '../actions/header_actions';

const DEFAULT_CONTROL_COLUMN_WIDTH = 108;

export const defaultControlColumn: ControlColumnProps = {
id: 'default-timeline-control-column',
width: DEFAULT_CONTROL_COLUMN_WIDTH,
headerCellRender: HeaderActions,
rowCellRender: Actions,
};

0 comments on commit 5a00ff3

Please sign in to comment.