feat(constants): add left sidebar icons

This commit is contained in:
RadoslavDimchev 2024-04-11 09:15:28 +03:00 committed by Radoslav Dimchev
parent 7a94fefa15
commit 617acabb1b
1 changed files with 27 additions and 0 deletions

View File

@ -209,6 +209,7 @@ export const VALIDATORS_DATA = [
status: 'Active',
},
]
// Manage Validator
export const VALIDATOR_SETTINGS_CARDS_TITLES = ['Exit', 'Migrate', 'Advanced']
export const VALIDATOR_SETTING_ADVANCED_OPTIONS = ['Deposit']
@ -275,6 +276,32 @@ export const MANAGE_VALIDATOR_TABS_TABLE_DATA = [
{ headers: [] },
]
// Left Sidebar
export const LEFT_SIDEBAR_ICONS = [
{ path: '/dashboard', tooltip: 'Dashboard' },
{
path: '/validator-management',
tooltip: 'Validator Management',
},
{
path: '/charts',
},
{
path: '/device-health-check',
tooltip: 'Device Health Check',
},
{ path: '/logs', tooltip: 'Logs' },
{
path: '/communities',
},
{
path: '/activityCenter',
},
{
path: '/settings',
},
]
// Pair Device
export const VC = 'VC'
export const VALIDATOR_CLIENT = 'Validator Client'