mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update latency.blade.php (#12684)
Fix devices latency tab calendar position
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<x-panel title="{{ __('Performance') }}">
|
||||
<x-slot name="heading">
|
||||
<span class="panel-title" style="line-height: 34px">@lang('Performance')</span>
|
||||
<span class="pull-right">
|
||||
<span style="text-align: center">
|
||||
<form method="post" role="form" id="map" class="form-inline">
|
||||
@csrf
|
||||
<div class="form-group">
|
||||
@@ -221,5 +221,9 @@
|
||||
.panel.with-nav-tabs .nav-justified {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||
inset: auto!important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
Reference in New Issue
Block a user