Skip to content

Commit eeb9231

Browse files
committed
fix: flag from ip removed in nodes page
1 parent 49c9534 commit eeb9231

File tree

2 files changed

+0
-93
lines changed

2 files changed

+0
-93
lines changed

dashboard/src/components/nodes/Node.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useState } from 'react'
22
import { Card, CardTitle } from '../ui/card'
3-
import FlagFromIP from '@/utils/flagFromIP'
43
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, DropdownMenuSeparator } from '../ui/dropdown-menu'
54
import { Button } from '../ui/button'
65
import { MoreVertical, Pencil, Trash2, Power, Activity, RotateCcw, Wifi, Loader2 } from 'lucide-react'
@@ -130,7 +129,6 @@ export default function Node({ node, onEdit, onToggleStatus }: NodeProps) {
130129
<div className="font-medium truncate">{node.name}</div>
131130
</div>
132131
<CardTitle className="text-sm text-muted-foreground truncate flex items-center gap-1">
133-
<FlagFromIP ip={node.address} />
134132
<span>
135133
{node.address}:{node.port}
136134
</span>

dashboard/src/utils/flagFromIP.tsx

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)