* Fix ztf submit err.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<td class='w-150px'><?php echo zget($builds, $result->build, '');?></td>
|
||||
<td class='w-50px text-right'>
|
||||
<?php if($result->node == 0 || !empty($result->ZTFResult)):?>
|
||||
<strong class='result-testcase <?php echo $result->caseResult;?>'><?php echo $lang->testcase->resultList[$result->caseResult]?></strong>
|
||||
<strong class='result-testcase <?php echo $result->caseResult;?>'><?php echo $lang->testcase->resultList[$result->caseResult];?></strong>
|
||||
<?php endif;?>
|
||||
</td>
|
||||
<td class='w-60px'><?php if(!empty($result->files)) echo html::a("#caseResult{$result->id}", $lang->files . $fileCount, '', "data-toggle='modal' data-type='iframe'")?></td>
|
||||
|
||||
Reference in New Issue
Block a user