diff --git a/src/templates/index.html b/src/templates/index.html index 7238473..1819b29 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -10,7 +10,7 @@
Username | +Username | GPU | CPU | Score | @@ -20,9 +20,9 @@|||
---|---|---|---|---|---|---|---|
{{ item.name }} | -{{ item.gpu }} | -{{ item.cpu }} | +{{ item.name | truncate(30, True) }} | +{{ item.gpu | truncate(50) }} | +{{ item.cpu | truncate(50)}} | {{ item.score }} | See more |