feat(dashboard): Added scanclient tool to dashboard

This commit is contained in:
Nicolai Ort 2025-05-01 20:36:26 +02:00
parent 500886e410
commit 06cfd603ca
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
3 changed files with 24 additions and 2 deletions

View File

@ -85,6 +85,26 @@
<span>{$_("card-replacement-menu")}</span>
</a>
<a
class:activenav={$router.path.includes("/tools/scanclient/")}
class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-200 hover:text-gray-900 w-full font-semibold"
href="/tools/scanclient/"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
class="flex-shrink-0 w-5 h-5 mr-2 transition group-hover:text-gray-600"
>
<path
fill-rule="evenodd"
d="M14.615 1.595a.75.75 0 0 1 .359.852L12.982 9.75h7.268a.75.75 0 0 1 .548 1.262l-10.5 11.25a.75.75 0 0 1-1.272-.71l1.992-7.302H3.75a.75.75 0 0 1-.548-1.262l10.5-11.25a.75.75 0 0 1 .913-.143Z"
clip-rule="evenodd"
/>
</svg>
<span>{$_("scanclient")}</span>
</a>
<h2 class="px-4 py-2 text-xs font-semibold text-gray-600 uppercase">
{$_("management")}
</h2>

View File

@ -534,5 +534,6 @@
"quick-tools": "Werkzeuge",
"management": "Verwaltung",
"system": "System",
"mobile-scanclient": "Mobiler Scanclient"
"mobile-scanclient": "Mobiler Scanclient",
"scanclient": "Scanclient"
}

View File

@ -533,5 +533,6 @@
"zip-postal-code": "ZIP/ postal code",
"quick-tools": "Tools",
"system": "System",
"mobile-scanclient": "Mobile scanclient"
"mobile-scanclient": "Mobile scanclient",
"scanclient": "Scanclient"
}