diff --git a/glances/html/default.html b/glances/html/default.html index 36d7483e..0080f543 100644 --- a/glances/html/default.html +++ b/glances/html/default.html @@ -211,7 +211,7 @@ {% for proc in proclist %} - {% if loop.index > 10 %} + {% if loop.index gt 10 %} {% break %} {% endif %}