* code for task #79852,79853.
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#releaseList tr:hover {background-color:unset;}
|
||||
td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
|
||||
.c-build {width: 300px;}
|
||||
.c-branch {width: 200px;}
|
||||
td.c-build {padding-left:8px !important;}
|
||||
.c-product, .c-execution {width: 120px;}
|
||||
#releaseList .c-id{width:60px;}
|
||||
#releaseList .c-build,#releaseList .c-product{width:180px;}
|
||||
#releaseList .c-branch {width: 120px;}
|
||||
#releaseList .c-date {width: 120px;}
|
||||
#releaseList td.c-build {padding-left:8px !important;}
|
||||
#releaseList .c-execution {width: 120px;}
|
||||
|
||||
@@ -3,6 +3,8 @@ td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
#releaseList tbody>tr:hover{background-color: unset!important;}
|
||||
.main-table tbody>tr>td:first-child{padding: 2px 8px!important;}
|
||||
|
||||
.c-id {width: 60px}
|
||||
.c-branch {width: 100px}
|
||||
.c-project, c-build {width: 200px;}
|
||||
#releaseList th, #releaseList td{padding-left:16px !important;}
|
||||
#releaseList .c-id {width: 60px}
|
||||
#releaseList .c-branch {width: 100px}
|
||||
#releaseList .c-date {width: 160px}
|
||||
#releaseList .c-project, #releaseList .c-build {width: 180px;}
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
?>
|
||||
</td>
|
||||
<?php endif;?>
|
||||
<td>
|
||||
<td title='<?php echo $build ? $build->name : ''?>'>
|
||||
<?php if($buildCount):?>
|
||||
<?php if($product->type != 'normal'):?>
|
||||
<span class='label label-outline label-badge'><?php echo $build->branchName;?></span>
|
||||
|
||||
Reference in New Issue
Block a user