summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/configuration.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/configuration.html')
-rw-r--r--lib/toaster/toastergui/templates/configuration.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/templates/configuration.html b/lib/toaster/toastergui/templates/configuration.html
index 521620fdc..e390a95ff 100644
--- a/lib/toaster/toastergui/templates/configuration.html
+++ b/lib/toaster/toastergui/templates/configuration.html
@@ -1,7 +1,11 @@
{% extends "basebuildpage.html" %}
+{% block localbreadcrumb %}
+<li>Configuration</li>
+{% endblock %}
+
+{% block buildinfomain %}
-{% block pagetitle %}Configuration{% endblock %}
-{% block pagetable %}
+{% include "basetable_top.html" %}
<tr>
<th>Name</th>
@@ -19,4 +23,6 @@
<td>{{variable.variable_value}}</td>
{% endfor %}
+{% include "basetable_bottom.html" %}
+
{% endblock %}