Home
last modified time | relevance | path

Searched refs:SoftwareRecipesTable (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py630 class SoftwareRecipesTable(RecipesTable): class
633 super(SoftwareRecipesTable, self).__init__(*args, **kwargs)
638 super(SoftwareRecipesTable, self).setup_queryset(*args, **kwargs)
654 super(SoftwareRecipesTable, self).setup_columns(*args, **kwargs)
H A Durls.py123 tables.SoftwareRecipesTable.as_view(template_name="generic-toastertable-page.html"),
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py28 from toastergui.tables import SoftwareRecipesTable
325 table = SoftwareRecipesTable()