There was an error while loading. Please reload this page.
1 parent ea8e65b commit 76758ffCopy full SHA for 76758ff
1 file changed
cmk/plugins/collection/inventory_ui/hardware.py
@@ -18,7 +18,7 @@
18
View,
19
)
20
21
-UNIT_BITS_PER_SECOND = Unit(IECNotation("bits/s"))
+UNIT_BITS_PER_SECOND = Unit(SINotation("bits/s"))
22
UNIT_BYTES = Unit(IECNotation("B"))
23
UNIT_COUNT = Unit(DecimalNotation(""), StrictPrecision(0))
24
UNIT_HZ = Unit(SINotation("Hz"))
0 commit comments