update button add feature - control logs site

This commit is contained in:
2020-12-24 13:57:24 +07:00
parent 492651570e
commit b26814bb97
6 changed files with 120 additions and 8 deletions

View File

@@ -14,6 +14,13 @@
.table-striped > tbody > tr:nth-of-type(odd){
background-color: rgb(210, 210, 210);
}
.feature-img{
display:inline-block;
position: relative;
}
.feature-img:hover .btn{
visibility: visible !important;
}
</style>
<div class="row">
<div class="col-md-10" style="max-height: 850px;overflow-y: auto;">
@@ -49,7 +56,7 @@
'format' => "raw",
'contentOptions' => ['class' => 'text-center'],
'headerOptions' => ['class' => 'text-center', 'style' => 'width:15%'],
'value' => \app\helpers\CaptureLogsGrid::image()
'value' => \app\helpers\CaptureLogsGrid::image(true)
],
[
'attribute' => 'confidence',