Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Dec 3, 2024
1 parent 6a2a28a commit dfa01ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/system-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const colorRangeMap = $.range_map({
'71:80': '#9a3412',
'81:90': '#7c2d12',
'91:100': '#6c2e12',
})
});
const sparklineConfig = { type: 'bar', height: '100px', barWidth: '3px', barSpacing: '1px', disableInteraction: true, chartRangeMin: 0, chartRangeMax: 100, disableHiddenCheck: true, colorMap: colorRangeMap, fillColor: false };

function refresh_info() {
Expand Down

0 comments on commit dfa01ce

Please sign in to comment.