Skip to content

Commit

Permalink
[ML] AIOps: Fixing pattern analysis action buttons layout (elastic#18…
Browse files Browse the repository at this point in the history
…1960)

Widening actions column width.

**Before**


![image](https://github.com/elastic/kibana/assets/22172091/cd39d806-4bf1-4697-a15b-ceede90bd730)


**After**

![image](https://github.com/elastic/kibana/assets/22172091/6bf738a5-f110-4cf3-b530-e147341e1414)

Also fixes similar issue with the annotations table in the anomaly
explorer.

Issue introduced in elastic#180514
  • Loading branch information
jgowdyelastic authored and yuliacech committed May 3, 2024
1 parent 5993fdb commit de93ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const CategoryTable: FC<Props> = ({
defaultMessage: 'Actions',
}),
sortable: false,
width: '60px',
width: '65px',
actions: [
{
name: labels.singleSelect.in,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ class AnnotationsTableUI extends Component {
columns.push(
{
align: RIGHT_ALIGNMENT,
width: '60px',
width: '65px',
name: i18n.translate('xpack.ml.annotationsTable.actionsColumnName', {
defaultMessage: 'Actions',
}),
Expand Down

0 comments on commit de93ca5

Please sign in to comment.