Skip to content

Commit

Permalink
Rename Dont stop container to be non-confusing. Fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Feb 8, 2024
1 parent 2c61f23 commit 7e6d56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/content/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,12 @@ class="fa fa-clock-o title"></i>Notifications and scheduling</span>
<option value='no'>No</option>
</select>
</dd>
<dt>Dont stop container? <small>NOT RECOMMENDED!</small></dt>
<dt>Skip stopping of container? <small><abbr title="This will skip stopping this container and leaves it running. Could lead to broken backup for this container!">NOT RECOMMENDED!</abbr></small></dt>
<dd><select id='{$container['Name']}_dontStop' name="containerSettings[{$container['Name']}][dontStop]" data-setting="{$containerSetting['dontStop']}" >
<option value='no'>No</option>
<option value='yes'>Yes</option>
</select></dd>
</div>
</dl>
Expand Down

0 comments on commit 7e6d56f

Please sign in to comment.