diff --git a/src/wuttafarm/web/templates/appinfo/configure.mako b/src/wuttafarm/web/templates/appinfo/configure.mako index 8dc5e8a..912eef0 100644 --- a/src/wuttafarm/web/templates/appinfo/configure.mako +++ b/src/wuttafarm/web/templates/appinfo/configure.mako @@ -37,13 +37,24 @@ - - % for value, label in enum.FARMOS_INTEGRATION_MODE.items(): - ${label} - % endfor - + + + % for value, label in enum.FARMOS_INTEGRATION_MODE.items(): + ${label} + % endfor + + <${b}-tooltip position="${'right' if request.use_oruga else 'is-right'}"> + + + + RESTART IS REQUIRED + if you change the integration mode. + + + ${b}-tooltip> +
+ RESTART IS REQUIRED + if you change the integration mode. +