Files
poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
Alexandru DAMIAN 1b109c7908 bitbake: toastergui: project edit capabilities in all layers page
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>
2014-10-30 13:39:50 +00:00

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%}