Conform API

This commit is contained in:
madd15
2015-03-19 16:10:02 +10:30
parent 75bbbcb4ca
commit 4e70cfdb95
+1 -1
View File
@@ -68,7 +68,7 @@
Lang::get('admin/hardware/table.checkout_date'),
Lang::get('admin/hardware/table.change'),
Lang::get('table.actions'))
->setUrl(route('api.hardware', Input::get('status'))) // this is the route where data will be retrieved
->setUrl(route('api.hardware.list', Input::get('status'))) // this is the route where data will be retrieved
->setOptions(
array(
'deferRender'=> true,