Skip to content

Commit 76758ff

Browse files
committed
HW/SW Inventory: Fix rendering speed of 'hardware' > 'nwadapter'
Change-Id: I2348f5db72d89b24096f83340f936e8e79b1410d
1 parent ea8e65b commit 76758ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmk/plugins/collection/inventory_ui/hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
View,
1919
)
2020

21-
UNIT_BITS_PER_SECOND = Unit(IECNotation("bits/s"))
21+
UNIT_BITS_PER_SECOND = Unit(SINotation("bits/s"))
2222
UNIT_BYTES = Unit(IECNotation("B"))
2323
UNIT_COUNT = Unit(DecimalNotation(""), StrictPrecision(0))
2424
UNIT_HZ = Unit(SINotation("Hz"))

0 commit comments

Comments
 (0)