Skip to content

Commit

Permalink
refactor: display ip address (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyBSK authored Jul 5, 2024
1 parent a7a3995 commit 26cd04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextjs-interface/src/app/dashboard/esp/[espId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default function Page({ params }: { params: any }) {
<div>{esp.name}</div>
<RenameElement id={params.espId} />
</div>
<div className="mt-0 text-zinc-500">{esp.ip}</div>
<div className="flex flex-col gap-x-5 gap-y-5 sm:flex-row">
<DateRangeElement date={date} setDate={setDate} />
<div className="w-fit">
Expand Down

0 comments on commit 26cd04a

Please sign in to comment.