diff --git a/apps/dashboard/templates/dashboard/devices.html b/apps/dashboard/templates/dashboard/devices.html index d154e395..6a6c586f 100644 --- a/apps/dashboard/templates/dashboard/devices.html +++ b/apps/dashboard/templates/dashboard/devices.html @@ -1,9 +1,11 @@ {% macro device_item(device, count=0, selected=False) %}
  • -
  • {% endmacro %} @@ -13,10 +15,13 @@ {{ filter_box_toggle(_('Devices')) }} {% endif %} diff --git a/apps/dashboard/templates/dashboard/locales.html b/apps/dashboard/templates/dashboard/locales.html index ec8c370e..507fda85 100644 --- a/apps/dashboard/templates/dashboard/locales.html +++ b/apps/dashboard/templates/dashboard/locales.html @@ -18,7 +18,7 @@ {% if defaults['locale'] %} {{ locale_item(defaults['locale'], selected=True) }} {% else %} - {% for item in locales %} + {% for item in locales[:15] %} {{ locale_item(item.locale, item.count) }} {% endfor %} {% endif %} diff --git a/apps/dashboard/templates/dashboard/manufacturers.html b/apps/dashboard/templates/dashboard/manufacturers.html index 6b3dde3c..b1cf22dd 100644 --- a/apps/dashboard/templates/dashboard/manufacturers.html +++ b/apps/dashboard/templates/dashboard/manufacturers.html @@ -1,6 +1,7 @@ {% macro brand_item(manufacturer, count=0, selected=False) %}
  • -