snipe_it/app/Presenters
Daniel Meltzer cafafe851c Notification rework (#3103)
* Move slack integration to laravel5.3 style notifications, part 1.

* Fix consumable tab when active.

* Move the slack notifiable to the settings model.  Move all slack notifications into logCheckout/logCheckin.  Should think about refactoring this as an event at some point still.  Move Asset checkin/checkout to use the general loggable trait rather than it's own solution.

* Fix a logic error where assets with a non deployable status would show checkin instead of no button at all.

* Fix an html formatting error that resulted in us not closing a form.  This would cause the checkin page to try to submit a delete request (related to the modal form) rather than the desired checkin request.  Also fix formatting in this file.
2016-12-26 15:19:04 -08:00
..
AccessoryPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
AssetModelPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
AssetPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
CategoryPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
CompanyPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
ComponentPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
ConsumablePresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
DepreciationPresenter.php Add presenters for models. (#3098) 2016-12-23 17:52:00 -08:00
LicensePresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
LocationPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
ManufacturerPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
Presentable.php Add presenters for models. (#3098) 2016-12-23 17:52:00 -08:00
Presenter.php View presenters (#3099) 2016-12-23 19:23:07 -08:00
UserPresenter.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00