Merge pull request #2938 from drish/master

fix ls command with  wrong header values
This commit is contained in:
David Gageot 2016-01-27 09:16:17 +01:00
commit b496f61640
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ var (
headers = map[string]string{ headers = map[string]string{
"Name": "NAME", "Name": "NAME",
"Active": "ACTIVE", "Active": "ACTIVE",
"ActiveHost": "DRIVER", "ActiveHost": "ACTIVE_HOST",
"ActiveSwarm": "STATE", "ActiveSwarm": "ACTIVE_SWARM",
"DriverName": "URL", "DriverName": "DRIVER",
"State": "STATE", "State": "STATE",
"URL": "URL", "URL": "URL",
"SwarmOptions": "SWARM_OPTIONS", "SwarmOptions": "SWARM_OPTIONS",