forked from devsam/core
26 lines
868 B
PHP
26 lines
868 B
PHP
<table id="server_admin_table">
|
|
<caption class="bg2 section_title with_border">
|
|
서 버 관 리
|
|
<a id="showErrorLog" href="../showErrorLog.php" style="display:none;" class="btn btn-primary btn-sm" role="button">에러 로그 확인</a>
|
|
</caption>
|
|
<colgroup>
|
|
<col style="width:65px;">
|
|
<col style="width:135px;">
|
|
<col>
|
|
<col style="width:45px;"><!--폐쇄-->
|
|
<col style="width:45px;"><!--오픈-->
|
|
<col style="width:45px;"><!--리셋-->
|
|
<col style="width:70px;"><!--하드리셋-->
|
|
<col style="width:65px;"><!--서버119-->
|
|
<col style="width:70px;"><!--업데이트-->
|
|
</colgroup>
|
|
<thead>
|
|
<th class="bg1">서버</th>
|
|
<th class="bg1">상태</th>
|
|
<th class="bg1">버전</th>
|
|
<th class="bg1" colspan="6">명령 선택</th>
|
|
</thead>
|
|
<tbody id="server_admin_list">
|
|
</tbody>
|
|
</table>
|