新增 - 计划任务完善

This commit is contained in:
suwings 2018-06-02 21:04:27 +08:00
parent 0293ad3c93
commit abec3e7045
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ function serverExe(servername, commande) {
serverModel.sendCommand(servername, commande);
} catch (err) {
//默认忽略定时计划任务错误
MCSERVER.log("[ Schedule ] [", servername, "] 服务器计划执行时保存 | 已忽略");
MCSERVER.log("[ Schedule ] [", servername, "] 服务器计划执行时报错 | 已忽略");
}
}

View File

@ -115,7 +115,7 @@
<div class="col-md-3 col-sm-6" v-on:click="toSchedule()">
<div class="PanelItemBlock">
<div class="LogV">
<span class="glyphicon glyphicon-th-list" aria-hidden="true"> </span>
<span class="glyphicon glyphicon-erase" aria-hidden="true"> </span>
</div>
<div class="LogK">计划任务</div>
</div>