# HG changeset patch # User Kim Alvefur # Date 1602523593 -7200 # Node ID 2825fa4504f031f54f8d4a6962f3ce8bdb6958ca # Parent a10e27c9a289e43040a49fa4b7681ca25719748f mod_admin_web: Add a title for mod_http_index diff -r a10e27c9a289 -r 2825fa4504f0 mod_admin_web/admin_web/mod_admin_web.lua --- 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)