mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add IP, number, and boolean types to the static lookup field formatter (#45585)
* Add number to the types for the static lookup * Add other types for the static lookup
This commit is contained in:
parent
65a31173c2
commit
130863cf98
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ export function createStaticLookupFormat(FieldFormat) {
|
|||
|
||||
static id = 'static_lookup';
|
||||
static title = 'Static Lookup';
|
||||
static fieldType = ['string'];
|
||||
static fieldType = ['string', 'number', 'ip', 'boolean'];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue