* 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
@@ -731,7 +731,7 @@ class testtaskModel extends model
echo $run->stepNumber;
break;
case 'actions':
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'))