lib/td/command/sched.rb in td-0.9.4 vs lib/td/command/sched.rb in td-0.9.5
- old
+ new
@@ -100,10 +100,10 @@
rows = []
history.each {|j|
rows << {:Time => j.scheduled_at, :JobID => j.job_id, :Status => j.status}
}
- puts cmd_render_table(rows, :fields => [:Time, :JobID, :Status])
+ puts cmd_render_table(rows, :fields => [:JobID, :Time, :Status])
end
end
end