Skip to content

Commit

Permalink
add label to warning prompts, #129
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Mar 2, 2021
1 parent a8582f1 commit 17ee7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_tasmota/templates/tasmota_navbar.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<div class="modal-body">
<p>
<!--ko text: ip()--><!--/ko--> is currently <!--ko text: $root.arrSmartplugsStates.get(ip()+'_'+idx())()--><!--/ko-->.
<!--ko text: label() + ' (' + ip() + ')'--><!--/ko--> is currently <!--ko text: $root.arrSmartplugsStates.get(ip()+'_'+idx())()--><!--/ko-->.
</p>
<p>
{{ _('Are you sure you want to proceed?') }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-Tasmota"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.0.2rc1"
plugin_version = "1.0.2rc2"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 17ee7c8

Please sign in to comment.