추후 업데이트 기능 추가 대비

This commit is contained in:
2018-03-22 02:46:16 +09:00
parent e9672c98ef
commit 23e0ecf17c
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -9,6 +9,7 @@ var serverAdminTemplate = '\
<td><input class="with_skin obj_fill" type="button" value="하드리셋" onclick="modifyServerStatus(this, \'reset_full\');"></td>\
<td><input class="with_skin obj_fill" type="button" value="폐쇄중 로그인" onclick="Entrance_AdminClosedLogin(this);"></td>\
<td><input class="with_skin obj_fill" type="button" value="서버119" onclick="Entrance_AdminOpen119(this);"></td>\
<td><input class="with_skin obj_fill" type="button" value="업데이트" onclick="Entrance_AdminOpen119(this);"></td>\
</tr>\
';
@@ -145,3 +146,7 @@ function Entrance_AdminOpen119(caller) {
var serverDir = $caller.parents('tr').data('server_name');
location.href = serverDir+"/_119.php";
}
function tryServerUpdateAndUpgrade(caller){
var $caller = $(caller);
}
+2 -1
View File
@@ -9,11 +9,12 @@
<col style="width:70px;"><!--하드리셋-->
<col style="width:100px;"><!--폐쇄중 로그인-->
<col style="width:70px;"><!--서버119-->
<col style="width:70px;"><!--업데이트-->
</colgroup>
<thead>
<th class="bg1">서버</th>
<th class="bg1">상태</th>
<th class="bg1" colspan="6">명령 선택</th>
<th class="bg1" colspan="7">명령 선택</th>
</thead>
<tbody id="server_admin_list">
</tbody>