#6537 better default value for regex field

This commit is contained in:
Marcel Hallmann 2016-10-08 21:13:40 +02:00
parent 9733fe5661
commit fed9df2946

View file

@ -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'
};