mod_admin_shell: List net providers in module:info
authorKim Alvefur <zash@zash.se>
Tue, 23 Nov 2021 17:59:40 +0100
changeset 11934 ec46f110ce1d
parent 11933 85d51bfcf56b
child 11935 c65d5da8e99a
mod_admin_shell: List net providers in module:info
plugins/mod_admin_shell.lua
--- a/plugins/mod_admin_shell.lua	Wed Nov 24 16:03:05 2021 +0000
+++ b/plugins/mod_admin_shell.lua	Tue Nov 23 17:59:40 2021 +0100
@@ -430,6 +430,7 @@
 		["auth-provider"] = function(item) return item.name; end,
 		["storage-provider"] = function(item) return item.name; end,
 		["http-provider"] = function(item, mod) return mod:http_url(item.name); end,
+		["net-provider"] = function(item) return item.name; end,
 	};
 
 	for host in hosts do