Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion resources/views/device/tabs/latency.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -221,5 +221,8 @@
.panel.with-nav-tabs .nav-justified {
margin-bottom: -1px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
inset: auto!important;
}
</style>
@endpush