mirror of
https://github.com/mempool/mempool.git
synced 2025-02-21 14:04:15 +01:00
Merge pull request #2352 from mempool/nymkappa/feature/channel-node-page-title
Add "Lightning node" and "Lighning channel" page title
This commit is contained in:
commit
6c4ad94b59
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<div class="container-xl" *ngIf="(channel$ | async) as channel">
|
||||
<h5 class="mb-0" style="color: #ffffff66" i18n="lightning.channel">Lightning channel</h5>
|
||||
<div class="title-container">
|
||||
<h1 class="mb-0">{{ channel.short_id }}</h1>
|
||||
<span class="tx-link">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<div class="container-xl" *ngIf="(node$ | async) as node">
|
||||
<h5 class="mb-0" style="color: #ffffff66" i18n="lightning.node">Lightning node</h5>
|
||||
<div class="title-container mb-2" *ngIf="!error">
|
||||
<h1 class="mb-0">{{ node.alias }}</h1>
|
||||
<span class="tx-link">
|
||||
|
|
Loading…
Add table
Reference in a new issue