The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3179

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Stéphane Graber <[email protected]>
From e40b69c1dd4c237470331e90af0ba039b9d6a7fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <[email protected]>
Date: Mon, 17 Apr 2017 01:11:32 -0400
Subject: [PATCH] list: Re-add dropped sort.Sort call
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <[email protected]>
---
 lxc/list.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxc/list.go b/lxc/list.go
index 83341bc..6804f93 100644
--- a/lxc/list.go
+++ b/lxc/list.go
@@ -360,6 +360,7 @@ func (c *listCmd) listContainers(d *lxd.Client, cinfos 
[]api.Container, filters
                table.SetAlignment(tablewriter.ALIGN_LEFT)
                table.SetRowLine(true)
                table.SetHeader(headers)
+               sort.Sort(byName(data))
                table.AppendBulk(tableData())
                table.Render()
        case listFormatJSON:
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to