Skip to content

Commit

Permalink
Update resilientCommunity.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArmahJr authored Jun 25, 2024
1 parent 53a59ea commit 42fee65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omf/models/resilientCommunity.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<div class="shortInput">
<label class="tooltip">Loads Coloring By<span class="classic">Select the simulation output value that will be used to color the loads in the circuit.</span></label>
<select id="loadCol" name="loadCol">
<select id="loadCol" name="loadCol" value="{{allInputDataDict.loadCol}}">
<option value="Base Criticality Score" {% if allInputDataDict.loadCol == "Base Criticality Score" %}selected{% endif %}>Base Criticality Score </option>
<option value="Community Criticality Score" {% if allInputDataDict.loadCol == "Community Criticality Score" %}selected{% endif %}>Community Criticality Score</option>
<option value="Base Criticality Index" {% if allInputDataDict.loadCol == "Base Criticality Index" %}selected{% endif %}>Base Criticality Index</option>
Expand Down Expand Up @@ -249,7 +249,7 @@
</table>
</div>

<p class="reportTitle">Objects Data Table</p>
<p class="reportTitle">Equipment Data Table</p>
<div id="traditionalObjectsTable" class="tightContent" style="height:300px; overflow-y: scroll;">
<table style="width:100%">
<tr>
Expand Down

0 comments on commit 42fee65

Please sign in to comment.