fix ls command with wrong header values

fixes #2937

Signed-off-by: Carlos Derich <d.erich@hotmail.com>
This commit is contained in:
Carlos Derich 2016-01-27 01:10:55 -03:00
parent 7f708edcec
commit 0a1eb5d79f
1 changed files with 3 additions and 3 deletions

View File

@ -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",