Updates for mods UI

This commit is contained in:
Cmdr McDonald
2016-10-27 13:26:09 +01:00
parent 45337913ba
commit 3114852c63
10 changed files with 331 additions and 55 deletions

View File

@@ -92,8 +92,8 @@ export default class ShipSummaryTable extends TranslatedComponent {
<td className={sgClassNames}>{sgRecover}</td>
<td className={sgClassNames}>{sgRecharge}</td>
<td>{ship.hullMass} {u.T}</td>
<td>{round(ship.unladenMass)} {u.T}</td>
<td>{round(ship.ladenMass)} {u.T}</td>
<td>{int(ship.unladenMass)} {u.T}</td>
<td>{int(ship.ladenMass)} {u.T}</td>
<td>{round(ship.cargoCapacity)} {u.T}</td>
<td>{round(ship.fuelCapacity)} {u.T}</td>
<td>{round(ship.unladenRange)} {u.LY}</td>