Home
last modified time | relevance | path

Searched full:link_to (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Ddirinfo.html82 var link_to = '<td class="text-muted">' + o.link_to + '</td>';
92 if (o.link_to == null) {
111 if (o.link_to == null) {
158 cols1to3 = name + link_to + package;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py728 entry['link_to'] = None
753 entry['link_to'] = Target_File.objects.get(pk=o.sym_target_id).path
755 if entry['link_to'] is not None: