17 lines
1.0 KiB
PHP
17 lines
1.0 KiB
PHP
<tr class="text-center">
|
|
<td><?= $serviceCellDatas['label'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['normal']['tokyo'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['normal']['chiba'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['defence']['tokyo'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['defence']['chiba'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['dedicated']['tokyo'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['dedicated']['chiba'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['alternative']['tokyo'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['alternative']['chiba'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['test']['tokyo'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['test']['chiba'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['test']['summary'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['tokyo_summary'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['chiba_summary'] ?></td>
|
|
<td><?= $serviceCellDatas['totalCounts']['all_summary'] ?></td>
|
|
</tr>
|