Commit 97db86a1 by Qiang Xue

Merge pull request #401 from lucianobaraglia/master

Requirements
parents fd202a00 a46b26b3
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
<td> <td>
<?php echo $requirement['name']; ?> <?php echo $requirement['name']; ?>
</td> </td>
<td > <td>
<?php echo $requirement['condition'] ? 'Passed' : ($requirement['mandatory'] ? 'Failed' : 'Warning'); ?> <span class="result"><?php echo $requirement['condition'] ? 'Passed' : ($requirement['mandatory'] ? 'Failed' : 'Warning'); ?></span>
</td> </td>
<td> <td>
<?php echo $requirement['by']; ?> <?php echo $requirement['by']; ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment