mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] add caption to app catalog
This commit is contained in:
parent
fc28c536ff
commit
9294b2d01f
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ def app_catalog(full=False, with_categories=False):
|
||||||
title="Available applications catalog",
|
title="Available applications catalog",
|
||||||
columns=[{"key": TableForDict.key, "header": "Application id"}, "description", "level"],
|
columns=[{"key": TableForDict.key, "header": "Application id"}, "description", "level"],
|
||||||
row_function=colorize_row_from_levels,
|
row_function=colorize_row_from_levels,
|
||||||
|
caption="you can filter this list using 'yunohost app search'",
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
return {"apps": catalog["apps"], "categories": catalog["categories"]}
|
return {"apps": catalog["apps"], "categories": catalog["categories"]}
|
||||||
|
|
Loading…
Add table
Reference in a new issue