Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
silvareal committed Jan 6, 2023
1 parent b020190 commit 44fb614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/server/ServerDetailServicesTabPanelUptime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function ServerDetailServicesTabPanelUptime(
const columns = [
{
header: "Idle",
accessorFn: (row: UptimeData) => toDaysMinutesSeconds(row.Up),
accessorFn: (row: UptimeData) => toDaysMinutesSeconds(row.Idle),
},
{
header: "IdlePercent",
Expand Down

0 comments on commit 44fb614

Please sign in to comment.