Add a bar separator for wwctl node list
This commit is contained in:
@@ -104,6 +104,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
fmt.Printf("%-22s %-26s %s\n", "NODE NAME", "PROFILES", "NETWORK")
|
fmt.Printf("%-22s %-26s %s\n", "NODE NAME", "PROFILES", "NETWORK")
|
||||||
|
fmt.Println(strings.Repeat("=", 80))
|
||||||
|
|
||||||
for _, node := range nodes {
|
for _, node := range nodes {
|
||||||
var netdevs []string
|
var netdevs []string
|
||||||
|
|||||||
Reference in New Issue
Block a user