Skip to content

Commit

Permalink
Add new ethernet speed
Browse files Browse the repository at this point in the history
  • Loading branch information
matyldv committed Oct 8, 2024
1 parent dc77d61 commit 009e6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/assets/models/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class EthernetSpeed(Choices):
s10gbit = _('10 Gbps')
s40gbit = _('40 Gbps')
s100gbit = _('100 Gbps')
s25gbit = _('25 Gbps')

UNKNOWN_GROUP = Choices.Group(10)
unknown = _('unknown speed')
Expand Down

0 comments on commit 009e6e0

Please sign in to comment.