diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/task.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/task.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index a8bcb52194..5d79d447b9 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html | |||
| @@ -121,6 +121,10 @@ | |||
| 121 | </code> | 121 | </code> |
| 122 | </dd> | 122 | </dd> |
| 123 | </dl> | 123 | </dl> |
| 124 | {%elif task.outcome == task.OUTCOME_EMPTY%} | ||
| 125 | <div class="alert alert-info details"> | ||
| 126 | This task is empty because it has the <code>noexec</code> flag set to <code>1</code>, or the task function is empty | ||
| 127 | </div> | ||
| 124 | {% endif %} | 128 | {% endif %} |
| 125 | {% endif %} | 129 | {% endif %} |
| 126 | 130 | ||
