row colors for the table

This commit is contained in:
2019-02-23 22:57:16 -06:00
parent d8e69774c9
commit bf3bea97e5

View File

@@ -52,12 +52,6 @@ class MoonsController extends Controller
$worth = $moonCalc->SpatialMoonsTotalWorth($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
$moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);
if($type == 'W4RP') {
$moonprice = $price['alliance'];
} else {
$moonprice = $price['outofalliance'];
}
if($today > $rentalTemp) {
$color = 'table-success';
} else {