Tony Murray 94ee737f3d Allow device actions to appear in device list and improve docs (#13177)
* Improve Device menu links and documentation

* device list actions functionality

* phpstan :/
2021-08-27 22:48:57 -05:00

10 lines
314 B
PHP

<div class="container-fluid" style="padding-left: 0; padding-right: 0;">
@foreach($actions as $row)
<div class="row" style="padding-bottom: 5px">
@foreach($row as $action)
@include('device.action-icon', $action)
@endforeach
</div>
@endforeach
</div>