Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py552 class ImageRecipesTable(RecipesTable): class
556 super(ImageRecipesTable, self).__init__(*args, **kwargs)
561 super(ImageRecipesTable, self).setup_queryset(*args, **kwargs)
586 super(ImageRecipesTable, self).setup_columns(*args, **kwargs)
591 class NewCustomImagesTable(ImageRecipesTable):
598 super(ImageRecipesTable, self).setup_queryset(*args, **kwargs)
621 super(ImageRecipesTable, self).setup_columns(*args, **kwargs)
H A Durls.py127 …tables.ImageRecipesTable.as_view(template_name="generic-toastertable-page.html"), name="projectima…