change(ui) - changed table options
This commit is contained in:
parent
386fa7e243
commit
2371eb02bb
1 changed files with 4 additions and 4 deletions
|
|
@ -74,10 +74,10 @@ export const metricOf = [
|
|||
{ text: 'Session Count', value: 'sessionCount', type: 'timeseries' },
|
||||
{ text: 'Users', value: FilterKey.USERID, type: 'table' },
|
||||
{ text: 'Issues', value: FilterKey.ISSUE, type: 'table' },
|
||||
{ text: 'Browser', value: FilterKey.USER_BROWSER, type: 'table' },
|
||||
{ text: 'Device', value: FilterKey.USER_DEVICE, type: 'table' },
|
||||
{ text: 'Country', value: FilterKey.USER_COUNTRY, type: 'table' },
|
||||
{ text: 'URL', value: FilterKey.LOCATION, type: 'table' },
|
||||
{ text: 'Browsers', value: FilterKey.USER_BROWSER, type: 'table' },
|
||||
{ text: 'Devices', value: FilterKey.USER_DEVICE, type: 'table' },
|
||||
{ text: 'Countries', value: FilterKey.USER_COUNTRY, type: 'table' },
|
||||
{ text: 'URLs', value: FilterKey.LOCATION, type: 'table' },
|
||||
]
|
||||
|
||||
export const methodOptions = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue