Adding missing Liquid Testnet Status page

This commit is contained in:
softsimon 2022-01-15 23:49:08 +04:00
parent 20476e1366
commit cb38258cf7
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

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: ''