Changeset

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
parents 11929:85d51bfcf56b
children 11931:c65d5da8e99a
files plugins/mod_admin_shell.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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