]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/node/StatusView.js
ui: eslint: fix various spacing related issues
[pve-manager.git] / www / manager6 / node / StatusView.js
index 8b62590adb0e4ad3dcca088fd699cf19662854a0..2af7fb04d44038c9445d7f6fac2ed1874bed9793 100644 (file)
@@ -97,9 +97,9 @@ Ext.define('PVE.node.StatusView', {
            renderer: function(cpuinfo) {
                return cpuinfo.cpus + " x " + cpuinfo.model + " (" +
                cpuinfo.sockets.toString() + " " +
-               (cpuinfo.sockets > 1 ?
-                   gettext('Sockets') :
-                   gettext('Socket')
+               (cpuinfo.sockets > 1
+                   ? gettext('Sockets')
+                   gettext('Socket')
                ) + ")";
            },
            value: '',