changeset 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 a10e27c9a289
children b1a5c2ee49c4
files mod_admin_web/admin_web/mod_admin_web.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)