feat(constants): add left sidebar icons
This commit is contained in:
parent
7a94fefa15
commit
617acabb1b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue