Fix ws and device page

This commit is contained in:
Mr Swift
2024-08-23 23:30:45 +03:30
parent b974644989
commit d91bc5beba
12 changed files with 322 additions and 30 deletions
+3 -1
View File
@@ -339,10 +339,12 @@
:exact="false"
:badge="pendingUsers ? { text: pendingUsers, color: 'danger' } : null"
/>
<CSidebarNavItem
v-if="hasPermission('gps')"
name="دستگاه ها"
:to="{ name: 'admin-admins-admin', params: { admin: 'new' } }"
:to="{ name: 'admin-gps-device' }"
font-icon="fal fa-microchip"
:exact="false"
/>