Add Cron info to the report

This commit is contained in:
Eric
2020-09-02 14:41:06 +02:00
parent 76fbd3790f
commit 9f592223d9

33
test/zzz.html Normal file
View File

@@ -0,0 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
<table class="listResults sysInfo">
<thead>
<tr>
<th class="header">Nom</th>
<th class="header">Version</th>
<th class="header">Source</th>
</tr>
</thead>
<tbody>
<tr class="even">
<td class="">Configuration Management Core</td>
<td class="">2.8.0-dev</td>
<td class=""></td>
</tr>
<tr>
<td class="">Data Center Devices</td>
<td class="">2.8.0-dev</td>
<td class=""></td>
</tr>
<tr>
<td>System information</td>
<td>1.0.1</td>
<td>Extension</td>
</tr>
</tbody>
</table>
</body>
</html>