Adding missing Liquid Testnet Status page
This commit is contained in:
parent
20476e1366
commit
cb38258cf7
@ -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: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user