Diff

plugins/mod_admin_shell.lua @ 11930:ec46f110ce1d

mod_admin_shell: List net providers in module:info
author Kim Alvefur <zash@zash.se>
date Tue, 23 Nov 2021 17:59:40 +0100
parent 11917:d27b74b25105
child 11931:c65d5da8e99a
line wrap: on
line diff
--- 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