Channel pagination

This commit is contained in:
softsimon
2022-05-16 01:36:59 +04:00
parent 11a7babbc4
commit 473cb55dc4
8 changed files with 171 additions and 53 deletions

View File

@@ -34,7 +34,7 @@ export class AddressLabelsComponent implements OnChanges {
}
handleChannel() {
this.label = `Channel open: ${this.channel.alias_left} <> ${this.channel.alias_right}`;
this.label = `Channel open: ${this.channel.node_left.alias} <> ${this.channel.node_right.alias}`;
}
handleVin() {