summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
blob: bd6e7dd2de1aaa427476335706ff2486e82ddde5 (plain)
1
2
3
4
5
{% extends "basetable_top.html" %}

{%block custombuttons %}
    <a class="btn" href="{% url 'importlayer' %}" style="margin-right:5px;">Import layer</a>
{%endblock%}