diff --git a/src/bitbots_misc/bitbots_education/templates/base.html b/src/bitbots_misc/bitbots_education/templates/base.html index 418939c9f..873af5571 100644 --- a/src/bitbots_misc/bitbots_education/templates/base.html +++ b/src/bitbots_misc/bitbots_education/templates/base.html @@ -7,6 +7,7 @@ + - -
+{% if is_dashboard_view == False %} +
+{% else %} +
+{% endif %}
+ {% if is_dashboard_view == False %} + {% endif %}
{% endmacro %} diff --git a/src/bitbots_misc/bitbots_education/templates/components/motor_heat.html b/src/bitbots_misc/bitbots_education/templates/components/motor_heat.html index f1717090d..b3864b02f 100644 --- a/src/bitbots_misc/bitbots_education/templates/components/motor_heat.html +++ b/src/bitbots_misc/bitbots_education/templates/components/motor_heat.html @@ -93,7 +93,7 @@ °C
{% else %} -
+
diff --git a/src/bitbots_misc/bitbots_education/templates/pages/behavior.html b/src/bitbots_misc/bitbots_education/templates/pages/behavior.html index d2a19b989..f0accc22d 100644 --- a/src/bitbots_misc/bitbots_education/templates/pages/behavior.html +++ b/src/bitbots_misc/bitbots_education/templates/pages/behavior.html @@ -35,7 +35,7 @@
- {{ behavior_stack_component.behavior_stack_component() }} + {{ behavior_stack_component.behavior_stack_component(false) }}
{{ behavior_tree_minimal.behavior_tree_minimal_component() }} diff --git a/src/bitbots_misc/bitbots_education/templates/pages/dashboard.html b/src/bitbots_misc/bitbots_education/templates/pages/dashboard.html index 487349098..456ab70ae 100644 --- a/src/bitbots_misc/bitbots_education/templates/pages/dashboard.html +++ b/src/bitbots_misc/bitbots_education/templates/pages/dashboard.html @@ -4,6 +4,7 @@ {% import "components/textbox.html" as components %} {% import "components/motor_heat.html" as heat_components %} {% import "components/icon_footer.html" as icon_components %} +{% import "components/behavior_stack.html" as behavior_stack_component %} @@ -44,7 +45,10 @@ {{ components.textbox("Willkommen!", "Klicke auf eine der Boxen oder eines der Icons in der Leiste, um mehr Informationen zu bekommen.", true, true, true) }} -