Skip to content

Commit

Permalink
enclosures: show correct values for columns (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
herver authored Sep 22, 2021
1 parent 5c14678 commit b547892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jbod/enclosure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ pub mod BackPlane {
enclosure_table.add_row(Row::new(vec![
Cell::new(&self.slot),
Cell::new(&self.device_path),
Cell::new(&self.revision),
Cell::new(&self.serial),
Cell::new(&self.vendor),
Cell::new(&self.model),
Cell::new(&self.revision),
Cell::new(&self.serial),
]));
Expand Down

0 comments on commit b547892

Please sign in to comment.