fix ls command with wrong header values
fixes #2937 Signed-off-by: Carlos Derich <d.erich@hotmail.com>
This commit is contained in:
@@ -37,9 +37,9 @@ var (
|
||||
headers = map[string]string{
|
||||
"Name": "NAME",
|
||||
"Active": "ACTIVE",
|
||||
"ActiveHost": "DRIVER",
|
||||
"ActiveSwarm": "STATE",
|
||||
"DriverName": "URL",
|
||||
"ActiveHost": "ACTIVE_HOST",
|
||||
"ActiveSwarm": "ACTIVE_SWARM",
|
||||
"DriverName": "DRIVER",
|
||||
"State": "STATE",
|
||||
"URL": "URL",
|
||||
"SwarmOptions": "SWARM_OPTIONS",
|
||||
|
||||
Reference in New Issue
Block a user