Skip to content

Commit

Permalink
PSSC Values (Three Phase) (#576)
Browse files Browse the repository at this point in the history
* Update ec_power_info.html

Added three phase column and made tables look the same

* Update ec_power_info.html

Fixed spelling booboo
  • Loading branch information
bobbinz committed Mar 26, 2024
1 parent 03d996e commit 409125c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions RIGS/templates/partials/ec_power_info.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h5 class="py-3"><a class="btn btn-info" data-toggle="collapse" href="#values" aria-expanded="false" aria-controls="values">View Threshold Values</a></h5>
<div class="row collapse" id="values">
<div class="table-responsive">
<div class="col-md-6 col-sm-12">
<table class="table table-bordered">
<thead>
<tr>
Expand Down Expand Up @@ -33,17 +33,20 @@ <h5 class="py-3"><a class="btn btn-info" data-toggle="collapse" href="#values" a
<thead>
<tr>
<th scope="row">Distro</th>
<th scope="row">Max PSSC (kA)</th>
<th scope="row">Max PSSC with Single Phase Supply (kA)</th>
<th scope="row">Max PSSC with Three Phase Supply (kA)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Intel & Toblerone distros</td>
<td>6</td>
<td>3</td>
</tr>
<tr>
<td>All other distros</td>
<td>10</td>
<td>5</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 409125c

Please sign in to comment.