diff --git a/internal/cmd/commands/hostscmd/funcs.go b/internal/cmd/commands/hostscmd/funcs.go index 5a524a0880..94f6df7778 100644 --- a/internal/cmd/commands/hostscmd/funcs.go +++ b/internal/cmd/commands/hostscmd/funcs.go @@ -160,6 +160,14 @@ func printItemTable(result api.GenericResult) string { ) } + if item.Plugin != nil { + ret = append(ret, + "", + " Plugin:", + base.PluginInfoForOutput(item.Plugin, maxLength), + ) + } + if len(item.AuthorizedActions) > 0 { ret = append(ret, "",