mod_http_index/mod_http_index.lua
changeset 2931 7953b7dde6e7
parent 1831 9376e870f0e1
child 3340 4af114684e0a
--- a/mod_http_index/mod_http_index.lua	Sat Mar 10 05:00:28 2018 +0100
+++ b/mod_http_index/mod_http_index.lua	Sat Mar 10 05:01:15 2018 +0100
@@ -36,6 +36,7 @@
 			});
 		end
 	end
+	table.sort(http_apps, function (a, b) return a.name < b.name; end);
 	event.response.headers.content_type = "text/html";
 	return render(base_template, {
 		title = "HTTP Apps";