mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Improve Device menu links and documentation * device list actions functionality * phpstan :/
10 lines
314 B
PHP
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>
|