ui: remove more cards

This commit is contained in:
nick-delirium 2024-10-31 16:08:02 +01:00
parent c184ab55dc
commit 5b5a3033d0
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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[] {