fixup baseboard var
This commit is contained in:
parent
95acc9d873
commit
f2bbf55527
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class ServerBase():
|
|||
|
||||
self.system = self.dmi.get_by_type('System')
|
||||
self.chassis = self.dmi.get_by_type('Chassis')
|
||||
self.system = self.dmi.get_by_type('Baseboard')
|
||||
self.baseboard = self.dmi.get_by_type('Baseboard')
|
||||
self.bios = self.dmi.get_by_type('BIOS')
|
||||
|
||||
self.network = None
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue