1007c4450b
Implements blueprint enable-category-management New table under 'Manage' section is added. It allows to add new category and to delete category with no packages in it. Depends-On: #170623 Change-Id: I10972db9f06ea77c6cb6c93c8bf379cc879a7bf5
7 lines
95 B
HTML
7 lines
95 B
HTML
<ul>
|
|
{% for name in category.packages %}
|
|
<li>{{ name }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
|