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
|
ReadmeName /help/tempest-logs.html
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
<Directory <%= @docroot %>/periodic*/*>
|
||||||
|
IndexOrderDefault Descending Date
|
||||||
|
</Directory>
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
# rewrite txt.gz & console.html[.gz] files to map to our internal htmlify
|
# rewrite txt.gz & console.html[.gz] files to map to our internal htmlify
|
||||||
# wsgi app
|
# wsgi app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user