[enh] add caption to app catalog

This commit is contained in:
Laurent Peuch 2021-06-22 04:50:11 +02:00
parent fc28c536ff
commit 9294b2d01f

View file

@ -140,6 +140,7 @@ def app_catalog(full=False, with_categories=False):
title="Available applications catalog",
columns=[{"key": TableForDict.key, "header": "Application id"}, "description", "level"],
row_function=colorize_row_from_levels,
caption="you can filter this list using 'yunohost app search'",
)
else:
return {"apps": catalog["apps"], "categories": catalog["categories"]}