diff options
Diffstat (limited to 'routers/web/admin/packages.go')
-rw-r--r-- | routers/web/admin/packages.go | 1 |
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 |