mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix dashboard size (#11405)
* Fix dashboard size Missing container scrollbar and empty space on the right * Can't change the width it will break existing dashboard :S Odd that the default width 6 doesn't fit nicely into 20
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@section('title', __('Overview'))
|
||||
|
||||
@section('content')
|
||||
<div class="container-fluid">
|
||||
@include('alerts.modals.ack')
|
||||
@include('alerts.modals.notes')
|
||||
@if (!$bare)
|
||||
@@ -148,6 +149,7 @@
|
||||
<div class="gridster grid">
|
||||
<ul></ul>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('javascript')
|
||||
|
Reference in New Issue
Block a user