mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
do not show table of scheduler classes if none exists
This commit is contained in:
parent
718ac96777
commit
276245a395
|
@ -263,6 +263,7 @@ $(document).ready( function() {
|
|||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
<?php
|
||||
if(!empty($GLOBALS['SEEDDMS_SCHEDULER']['tasks'])) {
|
||||
echo "<table class=\"table _table-condensed\">\n";
|
||||
print "<thead>\n<tr>\n";
|
||||
print "<th>".getMLText('scheduler_class')."</th>\n";
|
||||
|
@ -299,6 +300,7 @@ $(document).ready( function() {
|
|||
}
|
||||
}
|
||||
echo "</tbody></table>\n";
|
||||
}
|
||||
?>
|
||||
<div id="listtasks" class="ajax" data-view="SchedulerTaskMgr" data-action="tasklist"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user