summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/cpumodels.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-07-04 17:08:29 +0200
committerSimon Rettberg2016-07-04 17:08:29 +0200
commit1a3c9f848bc8b740e15a342486eaf648619e8e22 (patch)
treeb1c5d2d948385c1d83e05af6e97f8c14394153e3 /modules-available/statistics/templates/cpumodels.html
parent[news/summernote] Make button selection match capabilities of Qt/vmchooser (diff)
downloadslx-admin-1a3c9f848bc8b740e15a342486eaf648619e8e22.tar.gz
slx-admin-1a3c9f848bc8b740e15a342486eaf648619e8e22.tar.xz
slx-admin-1a3c9f848bc8b740e15a342486eaf648619e8e22.zip
[statistics] Don't show uptime for offline clients; chart.js: highlight in bold
Diffstat (limited to 'modules-available/statistics/templates/cpumodels.html')
-rw-r--r--modules-available/statistics/templates/cpumodels.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/statistics/templates/cpumodels.html b/modules-available/statistics/templates/cpumodels.html
index 2f24cd92..d87118ef 100644
--- a/modules-available/statistics/templates/cpumodels.html
+++ b/modules-available/statistics/templates/cpumodels.html
@@ -33,13 +33,13 @@
animation: false,
tooltipTemplate: "<%if (label){%><%=label%><%}%>",
customTooltips: function(tooltip) {
- if (sel !== false) sel.removeClass('info');
+ if (sel !== false) sel.removeClass('slx-bold');
if (!tooltip) {
sel = false;
return;
}
sel = $('#' + tooltip.text);
- sel.addClass('info');
+ sel.addClass('slx-bold');
}
});
}, false);