summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-10-01 23:30:32 +0700
committerGitHub <noreply@github.com>2021-10-01 23:30:32 +0700
commit417d4726bfea1f2c4f95b394261efcbfaf10359a (patch)
tree05790298cefe0f85de95a0339bdb596533cfed44
parent8d225a27b9b1fd4ed7c6d8f04b374f2c4f8dc4b2 (diff)
downloadcommunity.vyos.net-417d4726bfea1f2c4f95b394261efcbfaf10359a.tar.gz
community.vyos.net-417d4726bfea1f2c4f95b394261efcbfaf10359a.zip
Revert "snapshots: sort list of images when building page"
-rwxr-xr-xscripts/list-snapshots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py
index c4c075e..b298a5a 100755
--- a/scripts/list-snapshots.py
+++ b/scripts/list-snapshots.py
@@ -67,7 +67,7 @@ for name in snapshot_names:
snapshots = natural_sort(snapshots, reverse=True)
tmpl = jinja2.Template("""
-{% for s in snapshots | sort %}
+{% for s in snapshots %}
<h3 id="{{s.name}}"><a href="#{{s.name}}">#</a> {{s.name}}</h3>
<ul>
{% for f in s.files %}