* Modify view page style.

This commit is contained in:
caoyanyi
2022-10-26 09:56:57 +08:00
parent 1a68e5ac28
commit e2a8f5a0fe
6 changed files with 20 additions and 7 deletions
+2 -2
View File
@@ -248,7 +248,7 @@
</tr>
<tr>
<th><?php echo $lang->testcase->status;?></th>
<td>
<td class='status-<?php echo $case->status;?>'>
<?php
echo $this->processStatus('testcase', $case);
if($case->version > $case->currentVersion and $from == 'testtask')
@@ -274,7 +274,7 @@
</tr>
<tr>
<th><?php echo $this->app->loadLang('testtask')->testtask->lastRunResult;?></th>
<td><?php if($case->lastRunResult) echo $lang->testcase->resultList[$case->lastRunResult];?></td>
<td class='result-testcase <?php echo $case->lastRunResult;?>'><?php echo $case->lastRunResult ? $lang->testcase->resultList[$case->lastRunResult] : $lang->testcase->unexecuted;?></td>
</tr>
<?php endif;?>
<tr>