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

View File

@@ -14,6 +14,6 @@
</x-port-link>
</div>
</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>
@endforeach