Skip to content

Commit

Permalink
Added raw files to outputs + fixed messed up end tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-nyx committed Feb 8, 2024
1 parent eede9e7 commit 0d6c093
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions omf/models/transformerPairing.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>
<br>
<div class="shortInput">
<label class="tooltip">Choose Algorithm: Customer Distance Based or Reactive Power Based/label>
<label class="tooltip">Choose Algorithm: Customer Distance Based or Reactive Power Based</label>
<select id="algorithm" name="algorithm" value="{{allInputDataDict.algorithm}}" required onchange="toggleFileInput()">
<option value="reactivePower" {% if allInputDataDict.algorithm == 'reactivePower' %}selected{% endif %}>Reactive Power</option>
<option value="customerLatLong" {% if allInputDataDict.algorithm == 'customerLatLong' %}selected{% endif %}>Customer LatLong</option>
Expand All @@ -93,7 +93,7 @@
{{ omfModelButtons }}
</form>
</div>
<div id="copyrightNotice" style="width:1000px; margin:-25px auto 10px auto; padding-left:5px; color:gray">TransformerPairing &copy; was developed by the <a href="https://www.sandia.gov/">National Renewable Energy Lab</a></div>
<!--<div id="copyrightNotice" style="width:1000px; margin:-25px auto 10px auto; padding-left:5px; color:gray">TransformerPairing &copy; was developed by the <a href="https://www.sandia.gov/">National Renewable Energy Lab</a></div>-->
{{ omfRunDebugBlock }}
{% if modelStatus == 'finished' %}
<style>td, th {padding:7 0 5 20;text-align: left;font-size:0.8em; border: 1px solid #cccccc;} </style>
Expand Down Expand Up @@ -140,6 +140,7 @@
</table>
</div>
{% endif %}
{{ rawOutputFiles }}
</div>
{% endif %}
</body>

0 comments on commit 0d6c093

Please sign in to comment.