Skip to content

Commit

Permalink
AlertValueStatus Change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeheesnet committed Oct 24, 2024
1 parent 2ae4928 commit 5fa87ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/shared/utils/alertValueStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export const alertValueStatus = (value: number) => {
case 3:
return 'ML+DL Predict'
case 4:
return 'In Packet Error'
return 'In Error Packet'
case 5:
return 'Out Packet Error'
return 'Out Error Packet'
case 6:
return 'In/Out Packet Error'
return 'In/Out Error Packet'
default:
return null
}
Expand Down

0 comments on commit 5fa87ad

Please sign in to comment.