mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
explict listing
This commit is contained in:
parent
988b30fb87
commit
d59de4c125
18 changed files with 196 additions and 13 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
<?php
|
||||
foreach ($data as $key => $value) {
|
||||
++$i;
|
||||
if ($data[$key]['SUSPENDED'] == 'yes') {
|
||||
$status = 'suspended';
|
||||
$spnd_action = 'ususpend' ;
|
||||
|
@ -80,3 +81,16 @@ foreach ($data as $key => $value) {
|
|||
}
|
||||
?>
|
||||
</table>
|
||||
<table class="data-count">
|
||||
<tr>
|
||||
<td><i>→
|
||||
<?php
|
||||
if ( $i == 1) {
|
||||
echo "1 cron job ";
|
||||
} else {
|
||||
echo "$i cron jobs ";
|
||||
}
|
||||
?>
|
||||
listed</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue