mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Fix power plant toggle power bug
This commit is contained in:
@@ -210,7 +210,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td ng-click="togglePwr(c)">{{pp.c.class}}{{pp.c.rating}}</td>
|
<td>{{pp.c.class}}{{pp.c.rating}}</td>
|
||||||
<td class="le shorten">Power Plant</td>
|
<td class="le shorten">Power Plant</td>
|
||||||
<td><u>SYS</u></td>
|
<td><u>SYS</u></td>
|
||||||
<td>1</td>
|
<td>1</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user