summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-10-01 23:31:14 +0700
committerGitHub <noreply@github.com>2021-10-01 23:31:14 +0700
commit02e9b37f4de7a488a391727e68562f551e2fca55 (patch)
tree05790298cefe0f85de95a0339bdb596533cfed44
parent8d225a27b9b1fd4ed7c6d8f04b374f2c4f8dc4b2 (diff)
parent417d4726bfea1f2c4f95b394261efcbfaf10359a (diff)
downloadcommunity.vyos.net-02e9b37f4de7a488a391727e68562f551e2fca55.tar.gz
community.vyos.net-02e9b37f4de7a488a391727e68562f551e2fca55.zip
Merge pull request #13 from vyos/revert-12-c-po-patch-1
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 %}