dbmsv2/app/Views/cells/serverpart/part_service.php
2025-09-13 11:45:09 +09:00

5 lines
331 B
PHP

<?php $temps = [] ?>
<?php foreach (['SWITCH', 'IP', 'OS'] as $type): ?>
<?php $temps[] = $serverPartCellDatas['service']->getHelper()->getListButton($type, '', $serverPartCellDatas) . $serverPartCellDatas['service']->getHelper()->getFieldView($type, "", $serverPartCellDatas) ?>
<?php endforeach ?>
<?= implode("/", $temps) ?>