ui: remove more cards
This commit is contained in:
parent
c184ab55dc
commit
5b5a3033d0
1 changed files with 9 additions and 11 deletions
|
|
@ -198,17 +198,7 @@ export const CARD_LIST: CardType[] = [
|
|||
example: ByReferrer
|
||||
},
|
||||
|
||||
{
|
||||
title: 'Sessions by Fetch',
|
||||
key: FilterKey.FETCH,
|
||||
cardType: TABLE,
|
||||
metricOf: FilterKey.FETCH,
|
||||
category: CARD_CATEGORIES[1].key,
|
||||
example: ByFetch
|
||||
},
|
||||
|
||||
// Errors Tracking
|
||||
// CustomMetricTableErrors
|
||||
// Monitors
|
||||
{
|
||||
title: 'Table of Errors',
|
||||
key: FilterKey.ERRORS,
|
||||
|
|
@ -224,6 +214,14 @@ export const CARD_LIST: CardType[] = [
|
|||
height: 336,
|
||||
example: TableOfErrors
|
||||
},
|
||||
{
|
||||
title: 'Top Network Requests',
|
||||
key: FilterKey.FETCH,
|
||||
cardType: TABLE,
|
||||
metricOf: FilterKey.FETCH,
|
||||
category: CARD_CATEGORIES[2].key,
|
||||
example: ByFetch
|
||||
},
|
||||
];
|
||||
|
||||
function generateTimeSeriesData(): any[] {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue