diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/configuration.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/configuration.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/configuration.html b/bitbake/lib/toaster/toastergui/templates/configuration.html index 674f896b03..49a6a89d5c 100644 --- a/bitbake/lib/toaster/toastergui/templates/configuration.html +++ b/bitbake/lib/toaster/toastergui/templates/configuration.html | |||
| @@ -1,9 +1,13 @@ | |||
| 1 | {% extends "basebuildpage.html" %} | 1 | {% extends "basebuildpage.html" %} |
| 2 | {% load projecttags %} | ||
| 3 | |||
| 2 | {% block localbreadcrumb %} | 4 | {% block localbreadcrumb %} |
| 3 | <li>Configuration</li> | 5 | <li>Configuration</li> |
| 4 | {% endblock %} | 6 | {% endblock %} |
| 5 | 7 | ||
| 6 | {% load projecttags %} | 8 | {% block nav-configuration %} |
| 9 | <li class="active"><a href="{% url 'configuration' build.pk %}">Configuration</a></li> | ||
| 10 | {% endblock %} | ||
| 7 | 11 | ||
| 8 | {% block buildinfomain %} | 12 | {% block buildinfomain %} |
| 9 | <!-- page title --> | 13 | <!-- page title --> |
