diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/target.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/target.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/target.html b/bitbake/lib/toaster/toastergui/templates/target.html index c879c39d5a..1309b52dad 100644 --- a/bitbake/lib/toaster/toastergui/templates/target.html +++ b/bitbake/lib/toaster/toastergui/templates/target.html | |||
| @@ -152,9 +152,11 @@ | |||
| 152 | {{package.recipe.layer_version.commit|truncatechars:13}} | 152 | {{package.recipe.layer_version.commit|truncatechars:13}} |
| 153 | </a> | 153 | </a> |
| 154 | </td> | 154 | </td> |
| 155 | <td class="layer_directory"> | 155 | {% if not MANAGED or not build.project %} |
| 156 | {{ package.recipe.layer_version.layer.local_path }} | 156 | <td class="layer_directory"> |
| 157 | </td> | 157 | {{ package.recipe.layer_version.layer.local_path }} |
| 158 | </td> | ||
| 159 | {% endif %} | ||
| 158 | </tr> | 160 | </tr> |
| 159 | {% endfor %} | 161 | {% endfor %} |
| 160 | 162 | ||
