Searched refs:ToasterTable (Results 1 – 4 of 4) sorted by relevance
48 class ToasterTable(TemplateView): class50 super(ToasterTable, self).__init__()69 return super(ToasterTable, self).dispatch(*args, **kwargs)72 context = super(ToasterTable, self).get_context_data(**kwargs)103 return super(ToasterTable, self).get(request, *args, **kwargs)
9 from toastergui.widgets import ToasterTable31 class LayersTable(ToasterTable):186 class MachinesTable(ToasterTable):313 class RecipesTable(ToasterTable):475 class CustomImagesTable(ToasterTable):658 class PackagesTable(ToasterTable):845 class ProjectsTable(ToasterTable):1058 class BuildsTable(ToasterTable):1528 class DistrosTable(ToasterTable):
13 from toastergui.widgets import ToasterTable18 class BuildTablesMixin(ToasterTable):22 context = ToasterTable.get_context_data(self, **kwargs)
390 if not issubclass(table_cls, toastergui.widgets.ToasterTable) or \391 table_cls == toastergui.widgets.ToasterTable or \