summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-03-16 20:07:03 +0300
committerGitHub <noreply@github.com>2021-03-16 20:07:03 +0300
commite1614edccfc07fa8fe0a159329a42aae7e02dab6 (patch)
tree7fad68d27d28432aa83dde52e9ff5bb9a50429eb /web
parent012d7adfb0f8c26c9287fdd862d102fac28d8fe9 (diff)
web/gui: add max value to the nvidia_smi.fan_speed gauge (#10780)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 1407fbb7d0..6ce9618ea9 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -3744,6 +3744,7 @@ netdataDashboard.context = {
+ ' data-chart-library="easypiechart"'
+ ' data-title="Fan Speed"'
+ ' data-units="percentage"'
+ + ' data-easypiechart-max-value="100"'
+ ' data-gauge-adjust="width"'
+ ' data-width="12%"'
+ ' data-before="0"'