Skip to content

Commit

Permalink
Rename 'restart' to 'reset'
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Apr 18, 2020
1 parent a796f6f commit 11ee9d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/settings.htm
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h1>Settings</h1>
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Advanced</a>
<div class="dropdown-menu">
<a class="dropdown-item" data-toggle="tab" href="#restart">Restart</a>
<a class="dropdown-item" data-toggle="tab" href="#reset">Reset</a>
<a class="dropdown-item" data-toggle="tab" href="#update">Update</a>
<a class="dropdown-item" data-toggle="tab" href="#wifi">Wifi</a>
</div>
Expand Down Expand Up @@ -422,21 +422,21 @@ <h4 class="card-title">Brewfather Target</h4>
</div>
</div> <!-- Brewfather Settings tab -->

<div class="tab-pane fade" id="restart"> <!-- Restart Controller tab -->
<div class="tab-pane fade" id="reset"> <!-- Reset Controller tab -->
<div class="card-header">
<h4 class="card-title">Restart Controller</h4>
<h4 class="card-title">Reset Controller</h4>
</div>
<div class="card-body">
<p class="card-text">
You may want to restart the controller for some reason. For instance if it's AAALLL the
You may want to reset the controller for some reason. For instance if it's AAALLL the
way in the garage. You can do that here. This is a safe operation, it will simply reboot
the controller.
</p>
<p class="card-text">
<a href="/restart/" class="btn btn-danger">Restart Controller</a>
<a href="/reset/" class="btn btn-danger">Reset Controller</a>
</p>
</div>
</div> <!-- Restart Controllers tab -->
</div> <!-- Reset Controllers tab -->

<div class="tab-pane fade" id="update"> <!-- Update Controller tab -->
<div class="card-header">
Expand Down

0 comments on commit 11ee9d3

Please sign in to comment.