Merge "Order periodic job results by date"
This commit is contained in:
commit
57f6321817
@ -58,6 +58,10 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
|
||||
ReadmeName /help/tempest-logs.html
|
||||
</Directory>
|
||||
|
||||
<Directory <%= @docroot %>/periodic*/*>
|
||||
IndexOrderDefault Descending Date
|
||||
</Directory>
|
||||
|
||||
RewriteEngine On
|
||||
# rewrite txt.gz & console.html[.gz] files to map to our internal htmlify
|
||||
# wsgi app
|
||||
|
Loading…
x
Reference in New Issue
Block a user