add SIG and SIG_INFO to view_log

这个提交包含在:
Daniel Clerc 2020-11-16 21:21:59 +01:00
父节点 388bfb848a
当前提交 58a552ce23

查看文件

@ -192,6 +192,20 @@
</tr> </tr>
<?php } ?> <?php } ?>
<?php if($row->COL_SIG != null) { ?>
<tr>
<td>Sig:</td>
<td><?php echo $row->COL_SIG; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_SIG_INFO != null) { ?>
<tr>
<td>Sig Info:</td>
<td><?php echo $row->COL_SIG_INFO; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_DARC_DOK != null) { ?> <?php if($row->COL_DARC_DOK != null) { ?>
<tr> <tr>
<td>DOK:</td> <td>DOK:</td>