Merge branch 'list-installed-frontends' into 'develop'
List installed frontend refs in admin API See merge request pleroma/pleroma!3862
This commit is contained in:
commit
248f914e6e
5 changed files with 30 additions and 6 deletions
|
|
@ -89,6 +89,7 @@ defmodule Pleroma.Web.AdminAPI.FrontendControllerTest do
|
|||
"build_url" => "http://gensokyo.2hu/builds/${ref}",
|
||||
"git" => nil,
|
||||
"installed" => true,
|
||||
"installed_refs" => ["fantasy"],
|
||||
"name" => "pleroma",
|
||||
"ref" => "fantasy"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue