mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
#6537 better default value for regex field
This commit is contained in:
parent
9733fe5661
commit
fed9df2946
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default function ColorFormatProvider(Private) {
|
|||
const FieldFormat = Private(IndexPatternsFieldFormatProvider);
|
||||
const DEFAULT_COLOR = {
|
||||
range: `${Number.NEGATIVE_INFINITY}:${Number.POSITIVE_INFINITY}`,
|
||||
regex: '#000000',
|
||||
regex: '<insert regex>',
|
||||
text: '#000000',
|
||||
background: '#ffffff'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue