diff --git a/Dashboard/templates/index.html b/Dashboard/templates/index.html index e53bf03..5c503d3 100644 --- a/Dashboard/templates/index.html +++ b/Dashboard/templates/index.html @@ -20,12 +20,12 @@
-

Scan8

- - -

Queued Scans

-
+

Scan8

+ +

Queued Scans

+
    {% for item in prequeued %} +
  1. Scan #{{ item["_id"] }}
    @@ -41,9 +41,11 @@
    Number of files: {{ item['files']['total'] }}
+ {% endfor %} - + {% for item in queued %} +
  • Scan #{{ item["_id"] }}
    @@ -59,12 +61,14 @@
    Number of files: {{ item['files']['total'] }}
  • + {% endfor %} - + -

    Running Scans

    -
    +

    Running Scans

    +
      {% for item in running %} +
    1. Scan #{{ item["_id"] }}
      @@ -80,12 +84,14 @@
      Number of files: {{ item['files']['total'] }}
    + {% endfor %} - - -

    Completed Scans

    -
    + + +

    Completed Scans

    +
      {% for item in completed %} +
    1. Scan #{{ item["_id"] }}
      @@ -101,10 +107,14 @@
      Number of files: {{ item['files']['total'] }}
    + {% endfor %} - + +
    +
    - + +