Home
last modified time | relevance | path

Searched refs:LayerRecipesTable (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Durls.py144 tables.LayerRecipesTable.as_view(template_name="generic-toastertable-page.html"),
145 { 'table_name': tables.LayerRecipesTable.__name__.lower(),
147 name=tables.LayerRecipesTable.__name__.lower()),
H A Dtables.py432 class LayerRecipesTable(RecipesTable): class
436 super(LayerRecipesTable, self).__init__(*args, **kwargs)
440 context = super(LayerRecipesTable, self).get_context_data(**kwargs)