Merge branch 'master' of /home/git/monitoring
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@isset($data)
|
@isset($data)
|
||||||
|
<div class="scroll">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -38,6 +39,7 @@
|
|||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|||||||
@@ -70,9 +70,10 @@
|
|||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart {
|
.scroll {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 600px;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkactive {
|
.linkactive {
|
||||||
|
|||||||
Reference in New Issue
Block a user