From 92525050aff4d05e018e63a7fc64bce00248ba49 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 2 Jun 2022 15:33:13 -0400 Subject: [PATCH] re-order STAC HTML columns (#917) --- pygeoapi/templates/stac/catalog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygeoapi/templates/stac/catalog.html b/pygeoapi/templates/stac/catalog.html index 8fa8e03..238e150 100644 --- a/pygeoapi/templates/stac/catalog.html +++ b/pygeoapi/templates/stac/catalog.html @@ -14,8 +14,8 @@ - + @@ -24,7 +24,6 @@ {% for link in data['links'] %} {% if link['rel'] in ['child', 'item'] %} - + {% if link['file:size'] %}
{% trans %}Type{% endtrans %} {% trans %}Name{% endtrans %}{% trans %}Type{% endtrans %} {% trans %}Last modified{% endtrans %} {% trans %}Size{% endtrans %}
{{ link['entry:type'] }} {% if link['title'] %} {{ link['title'] | get_path_basename }} @@ -32,6 +31,7 @@ {{ link['href'] | get_path_basename }} {% endif %} {{ link['entry:type'] }} {{ link['created'] }}{{ link['file:size'] | human_size }}