Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] AIOps: Fixing pattern analysis action buttons layout #181960

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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