| 
														
															@@ -7,81 +7,85 @@ q-page.admin-dashboard 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       .text-h5.text-primary.animated.fadeInLeft {{ t('admin.dashboard.title') }} 
														 | 
														
														 | 
														
															       .text-h5.text-primary.animated.fadeInLeft {{ t('admin.dashboard.title') }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       .text-subtitle1.text-grey.animated.fadeInLeft.wait-p2s {{ t('admin.dashboard.subtitle') }} 
														 | 
														
														 | 
														
															       .text-subtitle1.text-grey.animated.fadeInLeft.wait-p2s {{ t('admin.dashboard.subtitle') }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   .row.q-px-md.q-col-gutter-md 
														 | 
														
														 | 
														
															   .row.q-px-md.q-col-gutter-md 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    .col-3 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    .col-12.col-sm-6.col-lg-3 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       q-card.shadow-1 
														 | 
														
														 | 
														
															       q-card.shadow-1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
														
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           img(src='/_assets/icons/fluent-change-theme.svg') 
														 | 
														
														 | 
														
															           img(src='/_assets/icons/fluent-change-theme.svg') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           div 
														 | 
														
														 | 
														
															           div 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            strong Sites 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            span 4 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            strong {{ t('admin.sites.title') }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            span {{adminStore.sites.length}} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-separator 
														 | 
														
														 | 
														
															         q-separator 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-actions(align='right') 
														 | 
														
														 | 
														
															         q-card-actions(align='right') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             color='primary' 
														 | 
														
														 | 
														
															             color='primary' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            icon='las la-plus' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label='New' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            icon='las la-plus-circle' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :label='t(`common.actions.new`)' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            @click='newSite' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-separator.q-mx-sm(vertical) 
														 | 
														
														 | 
														
															           q-separator.q-mx-sm(vertical) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             color='primary' 
														 | 
														
														 | 
														
															             color='primary' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             icon='las la-sitemap' 
														 | 
														
														 | 
														
															             icon='las la-sitemap' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label='Manage' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :label='t(`common.actions.manage`)' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             to='/_admin/sites' 
														 | 
														
														 | 
														
															             to='/_admin/sites' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    .col-3 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    .col-12.col-sm-6.col-lg-3 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       q-card.shadow-1 
														 | 
														
														 | 
														
															       q-card.shadow-1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
														
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           img(src='/_assets/icons/fluent-account.svg') 
														 | 
														
														 | 
														
															           img(src='/_assets/icons/fluent-account.svg') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           div 
														 | 
														
														 | 
														
															           div 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            strong Users 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            span 123 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            strong {{ t('admin.users.title') }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            span {{adminStore.info.usersTotal}} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-separator 
														 | 
														
														 | 
														
															         q-separator 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-actions(align='right') 
														 | 
														
														 | 
														
															         q-card-actions(align='right') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             color='primary' 
														 | 
														
														 | 
														
															             color='primary' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            icon='las la-plus' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label='New' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            icon='las la-user-plus' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :label='t(`common.actions.new`)' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            @click='newUser' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-separator.q-mx-sm(vertical) 
														 | 
														
														 | 
														
															           q-separator.q-mx-sm(vertical) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             color='primary' 
														 | 
														
														 | 
														
															             color='primary' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             icon='las la-users' 
														 | 
														
														 | 
														
															             icon='las la-users' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label='Manage' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :label='t(`common.actions.manage`)' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             to='/_admin/users' 
														 | 
														
														 | 
														
															             to='/_admin/users' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    .col-3 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    .col-12.col-sm-6.col-lg-3 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       q-card.shadow-1 
														 | 
														
														 | 
														
															       q-card.shadow-1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
														
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           img(src='/_assets/icons/fluent-female-working-with-a-laptop.svg') 
														 | 
														
														 | 
														
															           img(src='/_assets/icons/fluent-female-working-with-a-laptop.svg') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           div 
														 | 
														
														 | 
														
															           div 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             strong Logins 
														 | 
														
														 | 
														
															             strong Logins 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            small 45 / last 24h 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            small {{adminStore.info.loginsPastDay}} #[i / last 24h] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-separator 
														 | 
														
														 | 
														
															         q-separator 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-actions(align='right') 
														 | 
														
														 | 
														
															         q-card-actions(align='right') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             color='primary' 
														 | 
														
														 | 
														
															             color='primary' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             icon='las la-chart-area' 
														 | 
														
														 | 
														
															             icon='las la-chart-area' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label='Analytics' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :label='t(`admin.analytics.title`)' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :to='`/_admin/` + adminStore.currentSiteId + `/analytics`' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    .col-3 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    .col-12.col-sm-6.col-lg-3 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       q-card.shadow-1 
														 | 
														
														 | 
														
															       q-card.shadow-1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
														
														 | 
														
															         q-card-section.admin-dashboard-card 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           img(src='/_assets/icons/fluent-ssd-animated.svg') 
														 | 
														
														 | 
														
															           img(src='/_assets/icons/fluent-ssd-animated.svg') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           div 
														 | 
														
														 | 
														
															           div 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            strong Storage 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            small Operational 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            strong {{ t('admin.storage.title') }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            small.text-positive Operational 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-separator 
														 | 
														
														 | 
														
															         q-separator 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         q-card-actions(align='right') 
														 | 
														
														 | 
														
															         q-card-actions(align='right') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             color='primary' 
														 | 
														
														 | 
														
															             color='primary' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             icon='las la-server' 
														 | 
														
														 | 
														
															             icon='las la-server' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label='Manage' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :label='t(`common.actions.manage`)' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :to='`/_admin/` + adminStore.currentSiteId + `/storage`' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     .col-12 
														 | 
														
														 | 
														
															     .col-12 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       q-banner.bg-positive.text-white( 
														 | 
														
														 | 
														
															       q-banner.bg-positive.text-white( 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -89,12 +93,13 @@ q-page.admin-dashboard 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         rounded 
														 | 
														
														 | 
														
															         rounded 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ) 
														 | 
														
														 | 
														
															         ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         i.las.la-check.q-mr-sm 
														 | 
														
														 | 
														
															         i.las.la-check.q-mr-sm 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        span.text-weight-medium Your Wiki.js server is running the latest version! (3.0.0) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        span.text-weight-medium Your Wiki.js server is running the latest version! 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         template(#action) 
														 | 
														
														 | 
														
															         template(#action) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label='Check' 
														 | 
														
														 | 
														
															             label='Check' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          q-separator.q-mx-sm(vertical, dark) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           q-btn( 
														 | 
														
														 | 
														
															           q-btn( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             flat 
														 | 
														
														 | 
														
															             flat 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label='System Info' 
														 | 
														
														 | 
														
															             label='System Info' 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -211,10 +216,30 @@ q-page.admin-dashboard 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </template> 
														 | 
														
														 | 
														
															 </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <script setup> 
														 | 
														
														 | 
														
															 <script setup> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import { useMeta } from 'quasar' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { useMeta, useQuasar } from 'quasar' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { useI18n } from 'vue-i18n' 
														 | 
														
														 | 
														
															 import { useI18n } from 'vue-i18n' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { useRouter } from 'vue-router' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-// STORES / ROUTERS / i18n 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { useAdminStore } from '../stores/admin' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+// COMPONENTS 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import SiteCreateDialog from '../components/SiteCreateDialog.vue' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import UserCreateDialog from '../components/UserCreateDialog.vue' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+// QUASAR 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+const $q = useQuasar() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+// STORES 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+const adminStore = useAdminStore() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+// ROUTER 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+const router = useRouter() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+// I18N 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const { t } = useI18n() 
														 | 
														
														 | 
														
															 const { t } = useI18n() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -224,6 +249,23 @@ useMeta({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   title: t('admin.dashboard.title') 
														 | 
														
														 | 
														
															   title: t('admin.dashboard.title') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }) 
														 | 
														
														 | 
														
															 }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+// METHODS 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+function newSite () { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  $q.dialog({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    component: SiteCreateDialog 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  }).onOk(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    router.push('/_admin/sites') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+function newUser () { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  $q.dialog({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    component: UserCreateDialog 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  }).onOk(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    router.push('/_admin/users') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </script> 
														 | 
														
														 | 
														
															 </script> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <style lang='scss'> 
														 | 
														
														 | 
														
															 <style lang='scss'> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -250,7 +292,7 @@ useMeta({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       font-size: 2rem; 
														 | 
														
														 | 
														
															       font-size: 2rem; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       line-height: 2rem; 
														 | 
														
														 | 
														
															       line-height: 2rem; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       font-weight: 500; 
														 | 
														
														 | 
														
															       font-weight: 500; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      color: $secondary; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      color: var(--q-secondary); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       display: block; 
														 | 
														
														 | 
														
															       display: block; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -258,8 +300,13 @@ useMeta({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       font-size: 1.4rem; 
														 | 
														
														 | 
														
															       font-size: 1.4rem; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       line-height: 2rem; 
														 | 
														
														 | 
														
															       line-height: 2rem; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       font-weight: 400; 
														 | 
														
														 | 
														
															       font-weight: 400; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      color: $positive; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      color: var(--q-secondary); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       display: block; 
														 | 
														
														 | 
														
															       display: block; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      i { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        font-size: 1rem; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        font-style: normal; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 |