Home
last modified time | relevance | path

Searched refs:template_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Durls.py24 tables.AllBuildsTable.as_view(template_name="builds-toastertable.html"),
31 template_name="buildinfo-toastertable.html"),
38 template_name="buildinfo-toastertable.html"),
48 template_name="buildinfo-toastertable.html"),
64 template_name="target.html"),
75 template_name="buildinfo-toastertable.html"),
80 template_name="buildinfo-toastertable.html"),
85 template_name="buildinfo-toastertable.html"),
100 tables.ProjectsTable.as_view(template_name="projects-toastertable.html"),
106 tables.ProjectBuildsTable.as_view(template_name="projectbuilds-toastertable.html"),
[all …]
H A Dwidgets.py54 self.template_name = kwargs['template_name']
H A Dviews.py1961 template_name = 'command_line_builds.html' variable in CommandLineBuilds
/openbmc/openbmc/poky/scripts/
H A Doe-setup-build67 def find_template(template_name, templates): argument
69 if not template_name:
77 if t["templatename"] == template_name:
79 …raise Exception("Configuration {} is not one of {}, please try again.".format(template_name, [t["t…
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Durls.py37 url(r'^health$', TemplateView.as_view(template_name="health.html"), name='Toaster Health'),