summaryrefslogtreecommitdiff
path: root/yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html')
-rw-r--r--yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
deleted file mode 100644
index 722091b2d..000000000
--- a/yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "basetable_top.html" %}
-
-{%block custombuttons %}
- <a class="btn" href="{% url 'importlayer' project.id %}" style="margin-right:5px;">Import layer</a>
-{%endblock%}