Searched refs:template_name (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | urls.py | 24 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 D | widgets.py | 54 self.template_name = kwargs['template_name']
|
| H A D | views.py | 1961 template_name = 'command_line_builds.html' variable in CommandLineBuilds
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-setup-build | 67 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 D | urls.py | 37 url(r'^health$', TemplateView.as_view(template_name="health.html"), name='Toaster Health'),
|