build service change

This commit is contained in:
chenjing
2023-09-01 13:27:40 +08:00
parent 71fd9969cb
commit 477b21e633
5 changed files with 31 additions and 16 deletions
+2
View File
@@ -9,6 +9,8 @@ json.theme page.theme
json.state page.state
json.state_description page.state_description
json.language_frame page.language_frame
json.build_state page.build_state
json.last_build_info page.last_build_info.to_s.split("\n")
json.url page.url
json.created_at page.created_at.strftime("%Y-%m-%d %H:%M:%S")
json.last_build_at page.last_build_at.nil? ? nil : page.last_build_at.strftime("%Y-%m-%d %H:%M:%S")