Skip to content

Commit

Permalink
Merge pull request #1981 from tkindy/fix-typo
Browse files Browse the repository at this point in the history
Fix typo on request utilization component
  • Loading branch information
ssalinas authored Aug 2, 2019
2 parents 69d02ca + 9776261 commit 2c3b43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const RequestUtilization = ({utilization}) => {
</div>
<div className="col-md-3">
<UsageInfo
title="Averge % CPU Time Throttled"
title="Average % CPU Time Throttled"
total={100}
used={utilization.percentCpuTimeThrottled / utilization.numTasks}
style={isCpuThrottled ? 'danger' : null}
Expand Down

0 comments on commit 2c3b43d

Please # to comment.