buildListColumns: remove project, jobset.

This commit is contained in:
Graham Christensen
2022-01-14 12:48:48 -05:00
parent dc4a4aa038
commit 97596c3e93
+1 -2
View File
@@ -33,8 +33,7 @@ our @EXPORT = qw(
# Columns from the Builds table needed to render build lists.
Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'project', 'jobset', 'jobset_id', 'job', 'nixname', 'system', 'buildstatus', 'releasename');
Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'jobset_id', 'job', 'nixname', 'system', 'buildstatus', 'releasename');
sub getBuild {
my ($c, $id) = @_;