dbmsv4/app/Views/admin/welcome/total_service.php
2026-01-05 16:10:03 +09:00

45 lines
1.7 KiB
PHP

<div class="layout_header">
<ul class="nav nav-tabs">
<li class="nav-item">
<span class="nav-item navbar-brand" aria-current="page">
<h4>&nbsp;&nbsp;<?= icon('CHART') ?> 전체 서비스 현황&nbsp;&nbsp;</h4>
</span>
</li>
</ul>
</div>
<div style="border-left: 1px solid black; border-right: 1px solid black; padding:20px;">
<table class="table table-bordered table-hover table-align-middle">
<tr class="text-center">
<th rowspan="2" class="bg-light">사이트</th>
<th colspan="2" class="bg-light">일반</th>
<th colspan="2" class="bg-light">방어</th>
<th colspan="2" class="bg-light">전용</th>
<th colspan="2" class="bg-light">대체</th>
<th colspan="2" class="bg-light">VPN</th>
<th colspan="2" class="bg-light">이벤트</th>
<th colspan="2" class="bg-light">테스트</th>
<th colspan="3" class="bg-light">합계</th>
</tr>
<tr class="text-center">
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">도쿄</th>
<th class="bg-light">치바</th>
<th class="bg-light">합계</th>
</tr>
<?= view_cell("\App\Cells\Equipment\ServerCell::totalCountDashboard") ?>
</table>
</div>
<div class="layout_footer"></div>