mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Uptime] Fix misnamed 'Host' filter to 'ID' (#32421)
This commit is contained in:
parent
b4199aa571
commit
db6a4e6cbf
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export const FilterBar = ({ filterBar: { id, port, scheme }, updateQuery }: Filt
|
|||
type: 'field_value_selection',
|
||||
field: 'monitor.id',
|
||||
name: i18n.translate('xpack.uptime.filterBar.options.hostLabel', {
|
||||
defaultMessage: 'Host',
|
||||
defaultMessage: 'ID',
|
||||
}),
|
||||
multiSelect: false,
|
||||
options: take(id || [], MAX_SELECTION_LENGTH).map((idValue: any) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue