cmd/puppeth: v4/v5 boot separation, signer gas configs (#14453)
This commit is contained in:
committed by
Felix Lange
parent
b0d0fafd68
commit
ef7b9fb7d0
@ -39,7 +39,7 @@ func (w *wizard) networkStats(tips bool) {
|
||||
// Iterate over all the specified hosts and check their status
|
||||
stats := tablewriter.NewWriter(os.Stdout)
|
||||
stats.SetHeader([]string{"Server", "IP", "Status", "Service", "Details"})
|
||||
stats.SetColWidth(128)
|
||||
stats.SetColWidth(100)
|
||||
|
||||
for server, pubkey := range w.conf.Servers {
|
||||
client := w.servers[server]
|
||||
|
Reference in New Issue
Block a user