mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Add routes tab to lightning node page (#295)
This commit is contained in:
parent
aef185830b
commit
e9cfcd00c9
1 changed files with 4 additions and 0 deletions
|
|
@ -462,6 +462,7 @@ export default function LightningNodePage() {
|
|||
<Tab label="Node Info" {...a11yProps(0)} />
|
||||
<Tab label="Channels" {...a11yProps(1)} />
|
||||
<Tab label="Pending Channels" {...a11yProps(2)} />
|
||||
<Tab label="Routes" {...a11yProps(3)} />
|
||||
</Tabs>
|
||||
</AppBar>
|
||||
<TabPanel value={value} index={0}>
|
||||
|
|
@ -473,6 +474,9 @@ export default function LightningNodePage() {
|
|||
<TabPanel value={value} index={2}>
|
||||
barrr
|
||||
</TabPanel>
|
||||
<TabPanel value={value} index={3}>
|
||||
Show routes here
|
||||
</TabPanel>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue