Merge pull request #575 from odk-/notrunc-container-id
full container.Id display when notrunc is used Upstream-commit: d270501de21c026f06cd133a84ce11d20dd64bd8 Component: engine
This commit is contained in:
@ -262,7 +262,12 @@ func (srv *Server) Containers(all, trunc_cmd, only_ids bool, n int, since, befor
|
||||
displayed++
|
||||
|
||||
c := ApiContainers{
|
||||
Id: container.ShortId(),
|
||||
Id: container.Id,
|
||||
}
|
||||
if trunc_cmd {
|
||||
c = ApiContainers{
|
||||
Id: container.ShortId(),
|
||||
}
|
||||
}
|
||||
|
||||
if !only_ids {
|
||||
|
||||
Reference in New Issue
Block a user