Merge branch 'master' of /home/git/monitoring

This commit is contained in:
Jaroslav Drzik
2020-04-02 13:39:43 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -70,9 +70,10 @@
margin-bottom: 30px; margin-bottom: 30px;
} }
.chart { .scroll {
width: 100%; width: 100%;
height: 300px; height: 600px;
overflow: scroll;
} }
.linkactive { .linkactive {