Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Fix SENSOR_SORT_ORDER array
Browse files Browse the repository at this point in the history
'Meters' entry had been duplicated; 'Watts' was missing.

Signed-off-by: Zev Weiss <[email protected]>
Change-Id: I836efa74120dd427253a4aee817216d37a93049a
  • Loading branch information
zevweiss authored and gtmills committed Jul 6, 2020
1 parent 1578b87 commit 2e1eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/services/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ window.angular && (function(angular) {
SENSOR_SORT_ORDER: [
'xyz.openbmc_project.Sensor.Value.Unit.DegreesC',
'xyz.openbmc_project.Sensor.Value.Unit.RPMS',
'xyz.openbmc_project.Sensor.Value.Unit.Meters',
'xyz.openbmc_project.Sensor.Value.Unit.Watts',
'xyz.openbmc_project.Sensor.Value.Unit.Volts',
'xyz.openbmc_project.Sensor.Value.Unit.Amperes',
'xyz.openbmc_project.Sensor.Value.Unit.Joules',
Expand Down

0 comments on commit 2e1eec8

Please sign in to comment.