summaryrefslogtreecommitdiff
path: root/yocto-poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html')
-rw-r--r--yocto-poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/yocto-poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html
deleted file mode 100644
index 2e54a9d90..000000000
--- a/yocto-poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<button class="btn btn-block layer-exists-{{data.layer_version.pk}} customise-btn" data-recipe="{{data.pk}}"
- {% if data.layer_version.pk not in extra.current_layers %}
- style="display:none;"
- {% endif %}
- >
- Customise
-</button>
-<button class="btn btn-block layer-add-{{data.layer_version.pk}} layerbtn" data-layer='{ "id": {{data.layer_version.pk}}, "name": "{{data.layer_version.layer.name}}", "layerdetailurl": "{%url 'layerdetails' extra.pid data.layer_version.pk%}"}' data-directive="add"
- {% if data.layer_version.pk in extra.current_layers %}
- style="display:none;"
- {% endif %}
- >
- <i class="icon-plus"></i>
- Add layer
-</button>