зеркало из https://github.com/mozilla/pjs.git
increase size of run clone box
This commit is contained in:
Родитель
6a4ab737d4
Коммит
a720752345
|
@ -1337,7 +1337,7 @@ sub init {
|
|||
push(@groupby, $field) if !grep($_ eq $field, @groupby);
|
||||
}
|
||||
}
|
||||
if (scalar @groupby){
|
||||
if (scalar @groupby && $cgi->param('report')){
|
||||
$query .= " " . $dbh->sql_group_by("test_${obj}s.${obj}_id", join(', ', @groupby));
|
||||
}
|
||||
elsif ($cgi->param('report')) {
|
||||
|
|
|
@ -892,8 +892,8 @@ RunClonePopup = function(product_id, runs, caselist){
|
|||
var win = new Ext.Window({
|
||||
id: 'run-clone-win',
|
||||
closable:true,
|
||||
width: 600,
|
||||
height: 500,
|
||||
width: 800,
|
||||
height: 600,
|
||||
plain: true,
|
||||
shadow: false,
|
||||
layout: 'fit',
|
||||
|
|
Загрузка…
Ссылка в новой задаче