feat(TALE-36): redesign machines page to account for exit nodes
This commit is contained in:
parent
1490406784
commit
a2e659f36c
4 changed files with 287 additions and 102 deletions
|
|
@ -80,7 +80,7 @@ export default function Routes({ machine, routes, state }: RoutesProps) {
|
|||
: undefined}
|
||||
{subnet.map(route => (
|
||||
<div
|
||||
key={route.node.id}
|
||||
key={route.id}
|
||||
className={cn(
|
||||
'flex py-2 px-4 bg-ui-100 dark:bg-ui-800',
|
||||
'items-center justify-between',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue