mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
开发 - 计划任务展现模板
This commit is contained in:
parent
732e0bf916
commit
b4b566f2ad
@ -21,8 +21,9 @@
|
||||
<table class='PropertiesList' width="100%">
|
||||
<tr>
|
||||
<th>任务序号</th>
|
||||
<th>任务性质</th>
|
||||
<th>执行命令</th>
|
||||
<th>任务性质与类型</th>
|
||||
<th>任务触发指令</th>
|
||||
<th>操作</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>XXXXXX_15451654561</th>
|
||||
@ -30,17 +31,27 @@
|
||||
<th>
|
||||
stop
|
||||
</th>
|
||||
<th>
|
||||
<a href="#">[ 配置 ]</a>
|
||||
|
||||
<a href="#">[ 删除 ]</a>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>XXXXXX_11548645641</th>
|
||||
<th>重复任务</th>
|
||||
<th>XXXXXX_15451654561</th>
|
||||
<th>计次任务</th>
|
||||
<th>
|
||||
__RESTART__
|
||||
stop
|
||||
</th>
|
||||
<th>
|
||||
<a href="#">[ 配置 ]</a>
|
||||
|
||||
<a href="#">[ 删除 ]</a>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
<br/>
|
||||
<div class="row">
|
||||
<!-- <div class="row">
|
||||
<div class="col-sm-12 PanelItemF">
|
||||
<div class="PanelItem" v-on:click="toBackConsole()">
|
||||
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> 返回到控制台
|
||||
@ -49,15 +60,30 @@
|
||||
<p>最后,请检查是否符合格式,条件,仔细检查后即可确认修改,或者直接返回到其他页面直接舍弃修改。</p>
|
||||
<p>如果显示不全或不是最新,您可以单击 [重新刷新读取] 来进行获取更新,设置完毕请重启服务器。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 新建计划任务项目 -->
|
||||
<div class="row">
|
||||
<div class="col-md-12 ">
|
||||
<div class="Panel PanelBlue">
|
||||
<div class="PanelTitle">新建计划任务项目</div>
|
||||
<div class="PanelBody">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
// MI.rListener('onload', function () {
|
||||
// // MCSERVER.autoColmDo();
|
||||
|
Loading…
Reference in New Issue
Block a user