BUGFIX when no -s
This commit is contained in:
parent
fb94921afd
commit
12c0a37617
@ -361,7 +361,7 @@ func ListJails(args []string, display bool) {
|
|||||||
/ Sort jails
|
/ Sort jails
|
||||||
/ We support 3 sort criteria max
|
/ We support 3 sort criteria max
|
||||||
/***********************************************************************************/
|
/***********************************************************************************/
|
||||||
if len(gSortFields) > 0 {
|
if len(gSortFields) > 0 && gSortFields != "none" {
|
||||||
js := initSortStruct()
|
js := initSortStruct()
|
||||||
|
|
||||||
// The way we manage criteria quantity is not very elegant...
|
// The way we manage criteria quantity is not very elegant...
|
||||||
|
Loading…
Reference in New Issue
Block a user