mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
参数管理
This commit is contained in:
2
app/views/ci/secrets/_index.json.jbuilder
Normal file
2
app/views/ci/secrets/_index.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.id secret['id']
|
||||
json.name secret['name']
|
||||
3
app/views/ci/secrets/index.json.jbuilder
Normal file
3
app/views/ci/secrets/index.json.jbuilder
Normal file
@@ -0,0 +1,3 @@
|
||||
json.array! @secrets do |secret|
|
||||
json.partial! "/ci/secrets/index", secret: secret
|
||||
end
|
||||
Reference in New Issue
Block a user