update
This commit is contained in:
@@ -146,6 +146,13 @@ function globalSendCommand(command, arg1, arg2, arg3, modal_title, callback) {
|
||||
});
|
||||
}
|
||||
|
||||
function shutdown_confirm() {
|
||||
$("#confirm_title").html("종료 확인");
|
||||
$("#confirm_body").html("종료 하시겠습니까?");
|
||||
$('#confirm_button').attr('onclick', 'window.location.href = "/system/shutdown";');
|
||||
$("#confirm_modal").modal();
|
||||
}
|
||||
|
||||
|
||||
///////////////////////////////////////
|
||||
// 파일 선택 모달
|
||||
|
||||
Reference in New Issue
Block a user