feat(dashboard): Added scanclient tool to dashboard
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -534,5 +534,6 @@ | ||||
|   "quick-tools": "Werkzeuge", | ||||
|   "management": "Verwaltung", | ||||
|   "system": "System", | ||||
|   "mobile-scanclient": "Mobiler Scanclient" | ||||
|   "mobile-scanclient": "Mobiler Scanclient", | ||||
|   "scanclient": "Scanclient" | ||||
| } | ||||
|   | ||||
| @@ -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" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user