Add github runner group in pool show

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2023-03-30 09:00:46 +00:00
parent 4c906d5f5b
commit 702937f636

View file

@ -492,6 +492,7 @@ func formatOnePool(pool params.Pool) {
t.AppendRow(table.Row{"Enabled", pool.Enabled})
t.AppendRow(table.Row{"Runner Prefix", pool.GetRunnerPrefix()})
t.AppendRow(table.Row{"Extra specs", string(pool.ExtraSpecs)})
t.AppendRow(table.Row{"GitHub Runner Group", string(pool.GitHubRunnerGroup)})
if len(pool.Instances) > 0 {
for _, instance := range pool.Instances {