SRP Controller statistics

This commit is contained in:
2019-07-11 00:36:51 -05:00
parent 7159e3d336
commit c9fc3113a2
2 changed files with 6 additions and 1 deletions

View File

@@ -382,7 +382,7 @@ class SRPAdminController extends Controller
->addNumberColumn('Under Review')
->addNumberColumn('Denied')
->addRow(['T1FDC', $t1fdcApproved, $t1fdcUnderReview, $t1fdcDenied])
->addRow(['T1BC', $t1bcApproved, $t1bcUnderReview, $t1bcDeneid])
->addRow(['T1BC', $t1bcApproved, $t1bcUnderReview, $t1bcDenied])
->addRow(['T1BS', $t1bsApproved, $t1bsUnderReview, $t1bsDenied])
->addRow(['T2FD', $t2fdApproved, $t2fdUnderReview, $t2fdDeneid])
->addRow(['T2C', $t2cApproved, $t2cUnderReview, $t2cDenied])

View File

@@ -15,4 +15,9 @@
<div id="fc-losses-div"></div>
{!! $lava->render('BarChart', 'FCs', 'fc-losses-div') !!}
</div>
<div class="container">
<div id="cost-codes-div"></div>
{!! $lava->render('ColumnChart', 'Cost Codes', 'cost-codes-div') !!}
</div>
@endsection