mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Compare commits
2 Commits
2d2df68c07
...
PSSC-Value
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7835d38f9d | ||
|
|
83f5990050 |
@@ -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>
|
<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="row collapse" id="values">
|
||||||
<div class="table-responsive">
|
<div class="col-md-6 col-sm-12">
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -33,17 +33,20 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Distro</th>
|
<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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Intel & Toblerone distros</td>
|
<td>Intel & Toblerone distros</td>
|
||||||
<td>6</td>
|
<td>6</td>
|
||||||
|
<td>3</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>All other distros</td>
|
<td>All other distros</td>
|
||||||
<td>10</td>
|
<td>10</td>
|
||||||
|
<td>5</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user