Timestamp in UTC, abstract storage
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module BurdenWeb
|
||||
class RunsController < ApplicationController
|
||||
def index
|
||||
@runs = Burden::Storage.run.where(name: params[:task_id]).order('created_at desc').limit(100)
|
||||
@runs = Burden::Storage.run.history(params[:task_id])
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user