feat: add SMART monitoring support

This commit is contained in:
2024-01-03 14:41:11 +01:00
parent 0842818cbc
commit 683ebefbb0
5 changed files with 244 additions and 12 deletions

View File

@@ -37,6 +37,9 @@
</br>
{{ form.timeout.label }} {{ form.timeout() }} </br>
</br>
{{ form.special_type.label }} {{ form.special_type() }} </br>
{% if is_modification %}
<input class="form-button mt-4" type="submit" value="Send Modification">
{% else %}