Merge pull request #1148 from mempool/simon/liquid-testnet-statuspage

Adding missing Liquid Testnet Status page
This commit is contained in:
wiz
2022-01-16 15:00:42 +09:00
committed by GitHub

View File

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