Commit 01c47656 authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent c60a4435
......@@ -12,7 +12,7 @@ Ext.define('PVE.node.StatusView', {
var render_cpuinfo = function(value) {
return value.cpus + " x " + value.model + " (" +
value.sockets + " " +
value.sockets.toString() + " " +
(value.sockets > 1 ? "Sockets" : "Socket") + ")";
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment