diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/machine_btn.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/machine_btn.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/machine_btn.html b/bitbake/lib/toaster/toastergui/templates/machine_btn.html new file mode 100644 index 0000000000..fffb536e2b --- /dev/null +++ b/bitbake/lib/toaster/toastergui/templates/machine_btn.html | |||
@@ -0,0 +1,8 @@ | |||
1 | <a href="{% url 'project' extra.pid %}#/machineselect={{data.name}}" class="btn btn-block layer-exists-{{data.layer_version.id}}" style="margin-top: 5px; display:none"> | ||
2 | Select machine</a> | ||
3 | <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}}", "url": "{%url 'layerdetails' extra.pid data.layer_version.id %}"}' data-directive="add"> | ||
4 | <i class="icon-plus"></i> | ||
5 | Add layer | ||
6 | <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> | ||
7 | </button> | ||
8 | |||