From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../toastergui/templates/newcustomimage.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 external/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html (limited to 'external/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html') diff --git a/external/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html b/external/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html new file mode 100644 index 00000000..0766e5e4 --- /dev/null +++ b/external/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html @@ -0,0 +1,21 @@ +{% extends project_specific|yesno:"baseprojectspecificpage.html,base.html" %} +{% load projecttags %} +{% load humanize %} +{% load static %} +{% block pagecontent %} + +{% include "newcustomimage_modal.html" %} + +
+ + {% include project_specific|yesno:"project_specific_topbar.html,projecttopbar.html" %} + +
+ {% url table_name project.id as xhr_table_url %} +

{{title}} (0)

+ {% include "toastertable.html" %} +
+ +
+ +{% endblock %} -- cgit 1.2.3-korg