Add Activity Logs link to Core Management layout menu

This commit is contained in:
Scott Idem
2026-01-07 12:45:16 -05:00
parent 3ed3f9ed90
commit 87023e7483

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { ae_loc, ae_sess, ae_api, slct } from '$lib/stores/ae_stores';
import { Building, Globe, Users, ShieldCheck, List, LayoutDashboard, MapPin, Phone } from 'lucide-svelte';
import { Building, Globe, Users, ShieldCheck, List, LayoutDashboard, MapPin, Phone, History } from 'lucide-svelte';
interface Props {
data: any;
@@ -31,6 +31,9 @@
<a href="/core/people" class="btn btn-sm variant-soft-warning">
<Users size={14} class="mr-1" /> People
</a>
<a href="/core/activity_logs" class="btn btn-sm variant-soft-success">
<History size={14} class="mr-1" /> Logs
</a>
<a href="/core/addresses" class="btn btn-sm variant-soft-surface">
<MapPin size={14} class="mr-1" /> Addresses
</a>