ui: filter keys
This commit is contained in:
parent
77735d9d72
commit
4ee78e1a5c
1 changed files with 3 additions and 3 deletions
|
|
@ -440,7 +440,7 @@ export const filters = [
|
||||||
{
|
{
|
||||||
key: FilterKey.DOM_COMPLETE,
|
key: FilterKey.DOM_COMPLETE,
|
||||||
type: FilterType.MULTIPLE,
|
type: FilterType.MULTIPLE,
|
||||||
category: FilterCategory.PERFORMANCE,
|
category: FilterCategory.DEVTOOLS,
|
||||||
label: 'DOM Complete',
|
label: 'DOM Complete',
|
||||||
placeholder: 'Enter path',
|
placeholder: 'Enter path',
|
||||||
operator: 'isAny',
|
operator: 'isAny',
|
||||||
|
|
@ -458,7 +458,7 @@ export const filters = [
|
||||||
{
|
{
|
||||||
key: FilterKey.LARGEST_CONTENTFUL_PAINT_TIME,
|
key: FilterKey.LARGEST_CONTENTFUL_PAINT_TIME,
|
||||||
type: FilterType.MULTIPLE,
|
type: FilterType.MULTIPLE,
|
||||||
category: FilterCategory.PERFORMANCE,
|
category: FilterCategory.DEVTOOLS,
|
||||||
label: 'Largest Contentful Paint',
|
label: 'Largest Contentful Paint',
|
||||||
placeholder: 'Enter path',
|
placeholder: 'Enter path',
|
||||||
operator: 'isAny',
|
operator: 'isAny',
|
||||||
|
|
@ -476,7 +476,7 @@ export const filters = [
|
||||||
{
|
{
|
||||||
key: FilterKey.TTFB,
|
key: FilterKey.TTFB,
|
||||||
type: FilterType.MULTIPLE,
|
type: FilterType.MULTIPLE,
|
||||||
category: FilterCategory.PERFORMANCE,
|
category: FilterCategory.DEVTOOLS,
|
||||||
label: 'Time to First Byte',
|
label: 'Time to First Byte',
|
||||||
placeholder: 'Enter path',
|
placeholder: 'Enter path',
|
||||||
operator: 'isAny',
|
operator: 'isAny',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue