forked from lix-project/hydra
* hydra: alphabetical order of systems in status overview
This commit is contained in:
parent
ba60d69e06
commit
ede90a9ef0
|
@ -51,7 +51,7 @@ sub jobsetIndex {
|
|||
}
|
||||
}
|
||||
|
||||
$c->stash->{systems} = [$c->stash->{jobset}->builds->search({iscurrent => 1}, {select => ["system"], distinct => 1})];
|
||||
$c->stash->{systems} = [$c->stash->{jobset}->builds->search({iscurrent => 1}, {select => ["system"], distinct => 1, order_by => "system" })];
|
||||
|
||||
# status per system
|
||||
my @systems = ();
|
||||
|
|
Loading…
Reference in a new issue