合并sonar #1

Merged
KingChan merged 531 commits from sonar_pm into docker_file 2024-06-06 17:26:49 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f422350895 - Show all commits

View File

@ -15,8 +15,8 @@ if @result_object[:data]["Runs"].present?
end
json.status run["Status"]
json.time_ago time_from_now(run["Stopped"])
json.holding_time run["Stopped"]-run["Started"]
json.time_ago time_from_now(run["Updated"])
json.holding_time run["Updated"]-run["Started"]
end
else
json.runs []