Skip to content

Commit

Permalink
add front_loaded key to r30 (#15344)
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo authored Jan 8, 2025
1 parent 4820797 commit 1311d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middlewared/middlewared/plugins/enclosure_/nvme2.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def map_r30_or_fseries(model, ctx):
ui_info = {
'rackmount': True,
'top_loaded': False,
'front_loaded': True,
'front_slots': front_slots,
'rear_slots': rear_slots,
'internal_slots': internal_slots
Expand Down

0 comments on commit 1311d6e

Please sign in to comment.