diff --git a/ogcp/templates/dashboard.html b/ogcp/templates/dashboard.html index 9e644a2..5187b15 100644 --- a/ogcp/templates/dashboard.html +++ b/ogcp/templates/dashboard.html @@ -29,25 +29,14 @@

{{ clients['clients'] | length }}

- - - -
-
-
- {{ _('Latest images') }} -
- {% for image in images[:10] %} - - {% endfor %} -
+
@@ -63,13 +52,10 @@ {{ _('Disk size') }}
  • - {{ _('used') }} + {{ _('used') }} (%)
  • - {{ _('available') }} -
  • -
  • - {{ _('use') }}(%) + {{ _('available') }} (%)
  • -
    - {{ _('Number of images') }} -
    -
    -

    {{ images | length }}

    -
    - - - - -
    -
    -
    - ogLives -
    -
    @@ -186,6 +146,44 @@ + + +
    +
    +
    + {{ _('Latest images') }} +
    + {% for image in images[:10] %} + + {% endfor %} +
    +
    + + +
    +
    +
    + {{ _('ogLive images') }} +
    + +
    +
    {% endblock %}