trafficmonitor init...2

This commit is contained in:
choi.jh 2025-11-17 12:59:00 +09:00
parent 3f171c19a6
commit 44eeeb2be5

View File

@ -6,6 +6,7 @@
</thead>
<tbody>
<?php foreach ($viewDatas['entities'] as $entity): ?>
<?php $viewDatas['entity'] = $entity ?>
<tr>
<?php foreach ($viewDatas['formFields'] as $field => $label): ?>
<td nowrap><?= $viewDatas['helper']->getFieldView($field, $entity->$field, $viewDatas) ?></td>