row colors for the table

This commit is contained in:
2019-02-23 23:03:13 -06:00
parent 98f297f46b
commit b752696716

View File

@@ -239,7 +239,7 @@ class MoonsAdminController extends Controller
'FourthQuantity' => $moon->FourthQuantity, 'FourthQuantity' => $moon->FourthQuantity,
'AlliancePrice' => $price['alliance'], 'AlliancePrice' => $price['alliance'],
'OutOfAlliancePrice' => $price['outofalliance'], 'OutOfAlliancePrice' => $price['outofalliance'],
'Renter' => $moon->Renter, 'Renter' => $moon->RenterCorp,
'RentalEnd' => $rentalEnd, 'RentalEnd' => $rentalEnd,
'RowColor' => $color, 'RowColor' => $color,
]); ]);