ux: rename Entity Mapping and Reconciliation links to user-friendly labels
Update Gaiia integration links on settings and integrations pages to match the names already used on the mapping page itself: "Device & Site Linking" and "Comparison Report".
This commit is contained in:
parent
7f11a890a8
commit
6565385759
2 changed files with 4 additions and 4 deletions
|
|
@ -119,7 +119,7 @@
|
|||
}
|
||||
class="text-sm text-blue-600 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300"
|
||||
>
|
||||
Entity Mapping →
|
||||
Device & Site Linking →
|
||||
</.link>
|
||||
<.link
|
||||
navigate={
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
}
|
||||
class="text-sm text-blue-600 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300"
|
||||
>
|
||||
Reconciliation →
|
||||
Comparison Report →
|
||||
</.link>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1158,7 +1158,7 @@
|
|||
}
|
||||
class="inline-flex items-center gap-1.5 rounded-md bg-gray-50 px-3 py-1.5 text-xs font-medium text-gray-700 ring-1 ring-inset ring-gray-200 transition-colors hover:bg-gray-100 dark:bg-white/5 dark:text-gray-300 dark:ring-white/10 dark:hover:bg-white/10"
|
||||
>
|
||||
<.icon name="hero-arrows-right-left" class="h-3.5 w-3.5" /> Entity Mapping
|
||||
<.icon name="hero-arrows-right-left" class="h-3.5 w-3.5" /> Device & Site Linking
|
||||
</.link>
|
||||
<.link
|
||||
navigate={
|
||||
|
|
@ -1166,7 +1166,7 @@
|
|||
}
|
||||
class="inline-flex items-center gap-1.5 rounded-md bg-gray-50 px-3 py-1.5 text-xs font-medium text-gray-700 ring-1 ring-inset ring-gray-200 transition-colors hover:bg-gray-100 dark:bg-white/5 dark:text-gray-300 dark:ring-white/10 dark:hover:bg-white/10"
|
||||
>
|
||||
<.icon name="hero-scale" class="h-3.5 w-3.5" /> Reconciliation
|
||||
<.icon name="hero-scale" class="h-3.5 w-3.5" /> Comparison Report
|
||||
</.link>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue