-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Index pattern management UI -> TypeScript (scripted_fields_table) #63247
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
.../sections/index_patterns/edit_index_pattern/scripted_fields_table/components/table/table.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still looking at this but noted a couple of items. PropTypes need to be removed as well.
name: i18n.translate('kbn.management.editIndexPattern.scripted.table.editHeader', { | ||
defaultMessage: 'Edit', | ||
}), | ||
description: i18n.translate( | ||
'kbn.management.editIndexPattern.scripted.table.editDescription', | ||
{ defaultMessage: 'Edit this field' } | ||
), | ||
icon: 'pencil', | ||
// icon: 'pencil', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like these need to be reenabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh.... thank you, forgot about it
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…astic#63247) * Index pattern management UI -> TypeScript (scripted_fields_table)
…3247) (#63371) * Index pattern management UI -> TypeScript (scripted_fields_table) Co-authored-by: Alexey Antonov <[email protected]>
Part of #51322
Summary
Part of #51322 (Index pattern management UI -> TypeScript and New Platform Ready)
Checklist
Delete any items that are not applicable to this PR.
For maintainers