mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix CSRF Token in Latency tab (#11703)
This commit is contained in:
@@ -55,10 +55,10 @@
|
||||
@endif
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
@csrf
|
||||
<span class="panel-title" style="line-height: 34px">@lang('Performance')</span>
|
||||
<span class="pull-right">
|
||||
<form method="post" role="form" id="map" class="form-inline">
|
||||
@csrf
|
||||
<div class="form-group">
|
||||
<label for="dtpickerfrom">@lang('From')</label>
|
||||
<input type="text" class="form-control" id="dtpickerfrom" name="dtpickerfrom" maxlength="16"
|
||||
|
Reference in New Issue
Block a user