feat(bpview): "Overview" box now has the "box-info" class if version is not outdated.
This commit is contained in:
parent
8d24cef769
commit
2437f3ea79
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
|
||||
|
||||
<!-- Overview -->
|
||||
<div class="box @if($versionLatest != $bp->version()) box-danger @endif">
|
||||
<div class="box @if($versionLatest != $bp->version()) box-danger @else box-info @endif">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title"><i class='bx bxs-shapes' style='margin-right:5px;'></i></i>Overview</h3>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue