diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/recipe.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipe.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index 6eba9b6f0b..a0fe6d71d3 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html | |||
@@ -45,7 +45,7 @@ | |||
45 | </li> | 45 | </li> |
46 | </ul> | 46 | </ul> |
47 | <div class="tab-content"> | 47 | <div class="tab-content"> |
48 | <div class="tab-pane {{tab_states.1}}" id="information" name="information"> | 48 | <div class="tab-pane {{tab_states.1}}" id="information"> |
49 | <dl class="dl-horizontal"> | 49 | <dl class="dl-horizontal"> |
50 | <dt> | 50 | <dt> |
51 | <i class="icon-question-sign get-help" title="The name of the layer providing the recipe"></i> | 51 | <i class="icon-question-sign get-help" title="The name of the layer providing the recipe"></i> |
@@ -144,7 +144,7 @@ | |||
144 | </table> | 144 | </table> |
145 | {% endif %} | 145 | {% endif %} |
146 | </div> | 146 | </div> |
147 | <div class="tab-pane {{tab_states.3}}" id="dependencies" name="dependencies"> | 147 | <div class="tab-pane {{tab_states.3}}" id="dependencies"> |
148 | 148 | ||
149 | {% if not object.r_dependencies_recipe.all %} | 149 | {% if not object.r_dependencies_recipe.all %} |
150 | <div class="alert alert-info"> | 150 | <div class="alert alert-info"> |
@@ -176,7 +176,7 @@ | |||
176 | {% endif %} | 176 | {% endif %} |
177 | 177 | ||
178 | </div> | 178 | </div> |
179 | <div class="tab-pane {{tab_states.4}}" id="brought-in-by" name="brought-in-by"> | 179 | <div class="tab-pane {{tab_states.4}}" id="brought-in-by"> |
180 | 180 | ||
181 | {% if not object.r_dependencies_depends.all %} | 181 | {% if not object.r_dependencies_depends.all %} |
182 | <div class="alert alert-info"> | 182 | <div class="alert alert-info"> |