diff options
author | 2019-07-05 20:00:18 +0200 | |
---|---|---|
committer | 2019-07-05 20:00:18 +0200 | |
commit | c45208e505b860dcb3fd1025056b17a1982c50b2 (patch) | |
tree | 621bcfcda2b9c651d6be325a02099d9522961fc9 /docs | |
parent | 3cbc89a2eb12aac8a2116f875ecd5546c2d0bb4b (diff) |
Reverse the order of OSAs in the list
User are usually interested in the newest OSAs not the oldest
so let's revers the order of the list to keep the newest advisories
on the top of the page.
SECCOM-246
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: If56deb90c2cf535faee2bcdfae9aca7a70c37428
Diffstat (limited to 'docs')
-rw-r--r-- | docs/osalist.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/osalist.rst b/docs/osalist.rst index 70b439c..42cbe6a 100644 --- a/docs/osalist.rst +++ b/docs/osalist.rst @@ -8,5 +8,6 @@ ONAP Security Advisories .. toctree:: :maxdepth: 1 :glob: + :reversed: ./osa/* |