mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-16 23:18:56 +08:00
build service change
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user