Fix showing default value for temperature control when using startup_with_server #161
@@ -319,7 +319,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ko if: $data.auto_startup || $data.startup_with_server -->
|
||||
<!-- ko if: ($data.auto_startup || $data.startup_with_server)-->
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{ _('Default Value') }}</label>
|
||||
<div class="controls">
|
||||
|
||||
2
setup.py
2
setup.py
@@ -14,7 +14,7 @@ plugin_package = "octoprint_enclosure"
|
||||
plugin_name = "OctoPrint-Enclosure"
|
||||
|
||||
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
|
||||
plugin_version = "4.10"
|
||||
plugin_version = "4.11"
|
||||
|
||||
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
|
||||
# module
|
||||
|
||||
Reference in New Issue
Block a user