Comparing version 0.4.3 to 0.4.4
@@ -420,3 +420,3 @@ /** | ||
if (key.name == 'c') { | ||
if (key.name == 'c' && charts[2].plugin.sort != 'cpu') { | ||
charts[2].plugin.sort = 'cpu'; | ||
@@ -428,3 +428,3 @@ charts[2].plugin.poll(); | ||
} | ||
if (key.name == 'm') { | ||
if (key.name == 'm' && charts[2].plugin.sort != 'mem') { | ||
charts[2].plugin.sort = 'mem'; | ||
@@ -431,0 +431,0 @@ charts[2].plugin.poll(); |
{ | ||
"name": "vtop", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Wow such top. So stats", | ||
@@ -5,0 +5,0 @@ "homepage": "http://parall.ax/vtop", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1940482