Adding missing Liquid Testnet Status page
This commit is contained in:
parent
20476e1366
commit
cb38258cf7
@ -378,91 +378,104 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'testnet',
|
path: 'testnet',
|
||||||
component: LiquidMasterPageComponent,
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
component: StartComponent,
|
component: LiquidMasterPageComponent,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
component: DashboardComponent
|
component: StartComponent,
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: '',
|
||||||
|
component: DashboardComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'tx/push',
|
||||||
|
component: PushTransactionComponent,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'tx/:id',
|
||||||
|
component: TransactionComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'block/:id',
|
||||||
|
component: BlockComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'mempool-block/:id',
|
||||||
|
component: MempoolBlockComponent
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'tx/push',
|
path: 'blocks',
|
||||||
component: PushTransactionComponent,
|
component: LatestBlocksComponent,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'tx/:id',
|
path: 'graphs',
|
||||||
component: TransactionComponent
|
component: StatisticsComponent,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'block/:id',
|
path: 'address/:id',
|
||||||
component: BlockComponent
|
component: AddressComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'mempool-block/:id',
|
path: 'asset/:id',
|
||||||
component: MempoolBlockComponent
|
component: AssetComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'assets',
|
||||||
|
component: AssetsComponent,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'docs/api/:type',
|
||||||
|
component: DocsComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'docs/api',
|
||||||
|
redirectTo: 'docs/api/rest'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'docs',
|
||||||
|
redirectTo: 'docs/api/rest'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'api',
|
||||||
|
redirectTo: 'docs/api/rest'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'about',
|
||||||
|
component: AboutComponent,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'terms-of-service',
|
||||||
|
component: TermsOfServiceComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'privacy-policy',
|
||||||
|
component: PrivacyPolicyComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'trademark-policy',
|
||||||
|
component: TrademarkPolicyComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'sponsor',
|
||||||
|
component: SponsorComponent,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'blocks',
|
path: 'tv',
|
||||||
component: LatestBlocksComponent,
|
component: TelevisionComponent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'graphs',
|
path: 'status',
|
||||||
component: StatisticsComponent,
|
component: StatusViewComponent
|
||||||
},
|
},
|
||||||
{
|
]
|
||||||
path: 'address/:id',
|
|
||||||
component: AddressComponent
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'asset/:id',
|
|
||||||
component: AssetComponent
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'assets',
|
|
||||||
component: AssetsComponent,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'docs/api/:type',
|
|
||||||
component: DocsComponent
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'docs/api',
|
|
||||||
redirectTo: 'docs/api/rest'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'docs',
|
|
||||||
redirectTo: 'docs/api/rest'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'api',
|
|
||||||
redirectTo: 'docs/api/rest'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'about',
|
|
||||||
component: AboutComponent,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'terms-of-service',
|
|
||||||
component: TermsOfServiceComponent
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'privacy-policy',
|
|
||||||
component: PrivacyPolicyComponent
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'trademark-policy',
|
|
||||||
component: TrademarkPolicyComponent
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'sponsor',
|
|
||||||
component: SponsorComponent,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'tv',
|
path: 'tv',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user