forked from mirror/MCSManager
新增 - 计划任务完善
This commit is contained in:
parent
0293ad3c93
commit
abec3e7045
@ -30,7 +30,7 @@ function serverExe(servername, commande) {
|
||||
serverModel.sendCommand(servername, commande);
|
||||
} catch (err) {
|
||||
//默认忽略定时计划任务错误
|
||||
MCSERVER.log("[ Schedule ] [", servername, "] 服务器计划执行时保存 | 已忽略");
|
||||
MCSERVER.log("[ Schedule ] [", servername, "] 服务器计划执行时报错 | 已忽略");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user