Adding missing Liquid Testnet Status page

This commit is contained in:
softsimon 2022-01-15 23:49:08 +04:00
parent 6e951f0c04
commit 745f1ae40b

View File

@ -378,6 +378,9 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
},
{
path: 'testnet',
children: [
{
path: '',
component: LiquidMasterPageComponent,
children: [
{
@ -472,6 +475,16 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
path: 'status',
component: StatusViewComponent
},
]
},
{
path: 'tv',
component: TelevisionComponent
},
{
path: 'status',
component: StatusViewComponent
},
{
path: '**',
redirectTo: ''