diff --git a/docs/configuration/config_yaml.rst b/docs/configuration/config_yaml.rst index d2d60264..f698a3ba 100644 --- a/docs/configuration/config_yaml.rst +++ b/docs/configuration/config_yaml.rst @@ -730,6 +730,15 @@ OctoPrint is running is allowed to do this without password entry: command: sudo shutdown -h now confirm: You are about to shutdown the system. +You can also add an divider by setting action to divider like this: + +.. code-block:: yaml + + system: + actions: + - action: divider + + .. _sec-configuration-config_yaml-temperature: Temperature diff --git a/src/octoprint/templates/navbar/systemmenu.jinja2 b/src/octoprint/templates/navbar/systemmenu.jinja2 index 0e8ba5a1..6994c7e8 100644 --- a/src/octoprint/templates/navbar/systemmenu.jinja2 +++ b/src/octoprint/templates/navbar/systemmenu.jinja2 @@ -3,5 +3,10 @@