diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/recipe.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipe.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index 2da41c3085..dd8753d7fc 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html | |||
@@ -87,6 +87,7 @@ | |||
87 | {% else %} | 87 | {% else %} |
88 | <table class="table table-bordered table-hover"> | 88 | <table class="table table-bordered table-hover"> |
89 | <thead> | 89 | <thead> |
90 | <tr> | ||
90 | <th> | 91 | <th> |
91 | <i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i> | 92 | <i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i> |
92 | Order | 93 | Order |
@@ -107,6 +108,7 @@ | |||
107 | <i class="icon-question-sign get-help" title="This column tells you if a task tried to restore output from the <code>sstate-cache</code> directory or mirrors, and reports the result: Succeeded, Failed or File not in cache"></i> | 108 | <i class="icon-question-sign get-help" title="This column tells you if a task tried to restore output from the <code>sstate-cache</code> directory or mirrors, and reports the result: Succeeded, Failed or File not in cache"></i> |
108 | Cache attempt | 109 | Cache attempt |
109 | </th> | 110 | </th> |
111 | </tr> | ||
110 | </thead> | 112 | </thead> |
111 | <tbody> | 113 | <tbody> |
112 | 114 | ||