Update UI label and description for Connections Max Age configuration to clarify functionality related to edges from traceroutes and neighbor info.

This commit is contained in:
Anton Roslund 2026-01-08 19:03:29 +01:00
parent 57c10383e2
commit f3154cb97b

View file

@ -1351,8 +1351,8 @@
<!-- configConnectionsTimePeriodInSeconds --> <!-- configConnectionsTimePeriodInSeconds -->
<div class="p-2"> <div class="p-2">
<label class="block text-sm font-medium text-gray-900">Connections Time Period</label> <label class="block text-sm font-medium text-gray-900">Connections Max Age</label>
<div class="text-xs text-gray-600 mb-2">Edges within this time period are shown in the Connections layer. Reload to update map.</div> <div class="text-xs text-gray-600 mb-2">Edges from traceroutes and neighbour info within this time period are shown in the Connections layer. Reload to update map.</div>
<select v-model="configConnectionsTimePeriodInSeconds" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5"> <select v-model="configConnectionsTimePeriodInSeconds" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5">
<option value="300">5 minutes</option> <option value="300">5 minutes</option>
<option value="900">15 minutes</option> <option value="900">15 minutes</option>