Updated 'from' values for port graphs to be valid (#16416)

This commit is contained in:
Neil Lathwood 2024-09-20 23:54:19 +01:00 committed by GitHub
parent 375903025d
commit 146e7fc5ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,6 @@
</x-port-link> </x-port-link>
</div> </div>
</x-slot> </x-slot>
<x-graph-row loading="lazy" columns="responsive" :port="$port" :type="$data['graph_type']" :graphs="[['from' => '-1d'], ['from' => '-1w'], ['from' => '-1m'], ['from' => '-1y']]" legend="no"></x-graph-row> <x-graph-row loading="lazy" columns="responsive" :port="$port" :type="$data['graph_type']" :graphs="[['from' => '-1d'], ['from' => '-1week'], ['from' => '-1month'], ['from' => '-1y']]" legend="no"></x-graph-row>
</x-panel> </x-panel>
@endforeach @endforeach