Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css228 #newcustomimagestable .get_description_or_summary,
229 #imagerecipestable .get_description_or_summary,
230 #softwarerecipestable .get_description_or_summary,
232 #recipestable .get_description_or_summary { width: 40%; }
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1338 def get_description_or_summary(self): member in Recipe