diff mod_admin_web/admin_web/mod_admin_web.lua @ 4197:2825fa4504f0

mod_admin_web: Add a title for mod_http_index
author Kim Alvefur <zash@zash.se>
date Mon, 12 Oct 2020 19:26:33 +0200
parents 06a9ac93e2f1
children
line wrap: on
line diff
--- a/mod_admin_web/admin_web/mod_admin_web.lua	Mon Oct 12 19:24:20 2020 +0200
+++ b/mod_admin_web/admin_web/mod_admin_web.lua	Mon Oct 12 19:26:33 2020 +0200
@@ -136,6 +136,7 @@
 
 	-- Setup HTTP server
 	module:provides("http", {
+		title = "Admin Interface";
 		name = "admin";
 		route = {
 			["GET"] = function(event)