change(ui): card create modal height
This commit is contained in:
parent
d84ff1f7e0
commit
5e1effc151
1 changed files with 0 additions and 34 deletions
|
|
@ -489,8 +489,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_CPU,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -500,8 +498,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_DOM_CONTENT_LOADED,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -512,8 +508,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_DOM_CONTENT_LOAD_START,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -524,8 +518,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_FIRST_CONTENTFUL_PIXEL,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -536,8 +528,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_FIRST_PAINT,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -548,8 +538,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_FPS,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -560,8 +548,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_IMAGE_LOAD_TIME,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -572,8 +558,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_PAGE_LOAD_TIME,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -584,8 +568,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_PAGES_DOM_BUILD_TIME,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -596,8 +578,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_PAGES_RESPONSE_TIME,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -608,8 +588,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_REQUEST_LOADT_IME,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -619,8 +597,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_RESPONSE_TIME,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -631,8 +607,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_SESSION_DURATION,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -643,8 +617,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_TILL_FIRST_BYTE,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -655,8 +627,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_TIME_TO_INTERACTIVE,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -667,8 +637,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_TIME_TO_RENDER,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
@ -679,8 +647,6 @@ export const CARD_LIST: CardType[] = [
|
|||
cardType: WEB_VITALS,
|
||||
metricOf: FilterKey.AVG_USED_JS_HEAP_SIZE,
|
||||
category: CARD_CATEGORIES[4].key,
|
||||
width: 1,
|
||||
height: 148,
|
||||
data: generateWebVitalData(),
|
||||
example: WebVital,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue