Update index.html

This commit is contained in:
Justin 2023-06-14 16:54:49 +08:00 committed by GitHub
parent b40842e040
commit 33461dd190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6713,9 +6713,9 @@
</div>
<div class="col-auto">
<select id="inputTransition2225" class="form-select economic-importance-select">
<option {%if economic_settings.importance == -1 %} selected {% endif %}>Low - High</option>
<option {%if economic_settings.importance == 0 %} selected {% endif %}>Med - High</option>
<option {%if economic_settings.importance == 1 %} selected {% endif %}>High</option>
<option {%if economic_settings.importance == 'Low - High' %} selected {% endif %}>Low - High</option>
<option {%if economic_settings.importance == 'Med - High' %} selected {% endif %}>Med - High</option>
<option {%if economic_settings.importance == 'High' %} selected {% endif %}>High</option>
</select>
</div>
</div>