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:
parent
57c10383e2
commit
f3154cb97b
1 changed files with 2 additions and 2 deletions
|
|
@ -1351,8 +1351,8 @@
|
|||
|
||||
<!-- configConnectionsTimePeriodInSeconds -->
|
||||
<div class="p-2">
|
||||
<label class="block text-sm font-medium text-gray-900">Connections Time Period</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>
|
||||
<label class="block text-sm font-medium text-gray-900">Connections Max Age</label>
|
||||
<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">
|
||||
<option value="300">5 minutes</option>
|
||||
<option value="900">15 minutes</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue