diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index e95b5e0cac..6f249bcf2d 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
| @@ -59,6 +59,12 @@ | |||
| 59 | <div class="navbar-inner"> | 59 | <div class="navbar-inner"> |
| 60 | <a class="brand logo" href="#"><img src="{% static 'img/logo.png' %}" class="" alt="Yocto logo project"/></a> | 60 | <a class="brand logo" href="#"><img src="{% static 'img/logo.png' %}" class="" alt="Yocto logo project"/></a> |
| 61 | <a class="brand" href="/">Toaster</a> | 61 | <a class="brand" href="/">Toaster</a> |
| 62 | {% if DEBUG %} | ||
| 63 | <div style="display: inline;" class="version-brand"> | ||
| 64 | <p class="version-text">version {{TOASTER_VERSION}}</p> | ||
| 65 | <p class="version-text">{%if MANAGED%}managed{%else%}interactive{%endif%} mode</p> | ||
| 66 | </div> | ||
| 67 | {% endif %} | ||
| 62 | <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual"> | 68 | <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual"> |
| 63 | <i class="icon-book"></i> | 69 | <i class="icon-book"></i> |
| 64 | Toaster manual | 70 | Toaster manual |
