update button add feature - control logs site
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user