aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin
diff options
context:
space:
mode:
authorKN4CK3R <admin@oldschoolhack.me>2022-12-29 00:31:54 +0100
committerGitHub <noreply@github.com>2022-12-29 00:31:54 +0100
commit309e86a9bf305e807ead2854fa757c4d704dcfce (patch)
tree4239e0a07647f732e7810e443a9dfafa6743824f /routers/web/admin
parentca67c5a8a72f3d26bb0808ba7a63cd4875cd5229 (diff)
downloadgitea-309e86a9bf305e807ead2854fa757c4d704dcfce.tar.gz
gitea-309e86a9bf305e807ead2854fa757c4d704dcfce.zip
Use dynamic package type list (#22263)
Replace the hardcoded list with the dynamic list.
Diffstat (limited to 'routers/web/admin')
-rw-r--r--routers/web/admin/packages.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/web/admin/packages.go b/routers/web/admin/packages.go
index 80cec51275..7c6d1ed840 100644
--- a/routers/web/admin/packages.go
+++ b/routers/web/admin/packages.go
@@ -62,6 +62,7 @@ func Packages(ctx *context.Context) {
ctx.Data["PageIsAdminPackages"] = true
ctx.Data["Query"] = query
ctx.Data["PackageType"] = packageType
+ ctx.Data["AvailableTypes"] = packages_model.TypeList
ctx.Data["SortType"] = sort
ctx.Data["PackageDescriptors"] = pds
ctx.Data["Total"] = total