mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
This patch definitivates the all layers page, providing interactivity for adding and removing layers inside the project from this page. [YOCTO #6590] (Bitbake rev: e690080f83ad53c5e4a31e8c0fba2cc744eea1eb) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
167 B
HTML
6 lines
167 B
HTML
{% extends "basetable_top.html" %}
|
|
|
|
{%block custombuttons %}
|
|
<a class="btn" href="{% url 'importlayer' %}" style="margin-right:5px;">Import layer</a>
|
|
{%endblock%}
|