[Uptime] Fix misnamed 'Host' filter to 'ID' (#32421)

This commit is contained in:
Andrew Cholakian 2019-03-05 14:17:37 -06:00 committed by GitHub
parent b4199aa571
commit db6a4e6cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => ({