Skip to content

Commit

Permalink
Fixed spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
perkovich authored Nov 24, 2023
1 parent 521de6b commit d528f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h5 class="card-title">Description <span>| {{ v['name']['name'] }}</span></h5>
<button class="btn btn-outline-danger btn-sm" onclick="toogleProtected({{ v['customData']['idx'] }}, 'false')">Yes
{% endif %}
</button></td>
<td><button class="btn btn-light btn-sm" id="switch_{{ v['customData']['idx'] }}">Not availible</button></td>
<td><button class="btn btn-light btn-sm" id="switch_{{ v['customData']['idx'] }}">Not available</button></td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit d528f84

Please sign in to comment.