* finish task #2921.

This commit is contained in:
wangyidong
2017-02-22 17:11:33 +08:00
parent 08cdbfdd27
commit 16d2f2a9b9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
<td><?php echo $run->stepNumber;?></td>
<td class='text-center'>
<?php
common::printIcon('testtask', 'runCase', "id=$run->id", '', 'list', '', '', 'runCase iframe');
common::printIcon('testtask', 'runCase', "id=$run->id", '', 'list', '', '', 'runCase iframe', false, "data-width='95%'");
common::printIcon('testtask', 'results', "id=$run->id", '', 'list', '', '', 'iframe');
if(common::hasPriv('testtask', 'unlinkCase'))