UI: Cron sortierbare Tabelle
This commit is contained in:
parent
98337ffdd3
commit
fea33b3f1f
@ -1,4 +1,5 @@
|
|||||||
function init_saimod_sys_cron() {
|
function init_saimod_sys_cron() {
|
||||||
|
$("#sai_mod_cron_table").tablesorter();
|
||||||
register_cron_add();
|
register_cron_add();
|
||||||
register_cron_del();
|
register_cron_del();
|
||||||
register_cron_edit();
|
register_cron_edit();
|
||||||
|
|||||||
@ -3,7 +3,8 @@
|
|||||||
Last Visit: ${last_visit}<br/>
|
Last Visit: ${last_visit}<br/>
|
||||||
<a href="./sai.php?call=cron" target="_blank">Start Cron</a>
|
<a href="./sai.php?call=cron" target="_blank">Start Cron</a>
|
||||||
<div id="cron_content">
|
<div id="cron_content">
|
||||||
<table class="table table-hover table-condensed sai_table" style="overflow: auto;">
|
<table class="table table-hover table-condensed sai_table tablesorter" id="sai_mod_cron_table" style="overflow: auto;">
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>class</th>
|
<th>class</th>
|
||||||
<th>min</th>
|
<th>min</th>
|
||||||
@ -18,7 +19,10 @@ Last Visit: ${last_visit}<br/>
|
|||||||
<th>action</th>
|
<th>action</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
${content}
|
${content}
|
||||||
|
</tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input class="form-control" type="text" id="input_cron_class" placeholder="class" style="width: 200px;"></td>
|
<td><input class="form-control" type="text" id="input_cron_class" placeholder="class" style="width: 200px;"></td>
|
||||||
<td><input class="form-control" type="text" id="input_cron_min" placeholder="min" value="0" style="width: 40px;"></td>
|
<td><input class="form-control" type="text" id="input_cron_min" placeholder="min" value="0" style="width: 40px;"></td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user