summaryrefslogtreecommitdiff
path: root/yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html')
-rw-r--r--yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html
deleted file mode 100644
index 7b08f6a9a..000000000
--- a/yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<a href="{% url 'project' extra.pid %}?setMachine={{data.name}}" class="btn btn-block layer-exists-{{data.layer_version.id}}"
- {% if data.layer_version.pk not in extra.current_layers %}
- style="display:none;"
- {% endif %}
->
- Select machine</a>
-<button class="btn btn-block layerbtn layer-add-{{data.layer_version.id}}" data-layer='{ "id": {{data.layer_version.id}}, "name": "{{data.layer_version.layer.name}}", "layerdetailurl": "{%url 'layerdetails' extra.pid data.layer_version.id %}"}' data-directive="add"
- {% if data.layer_version.pk in extra.current_layers %}
- style="display:none;"
- {% endif %}
->
- <i class="icon-plus"></i>
- Add layer
- <i title="" class="icon-question-sign get-help" data-original-title="To enable this machine, you must first add the {{data.layer_version.layer.name}} layer to your project"></i>
-</button>
-