add new page header and decrease marging
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<h4 class="text-primary text-bold text-center">{{ $t('userSettings') }}</h4>
|
||||
|
||||
<SiteTitle :title="$t('userSettings')" />
|
||||
<div class="q-pa-md">
|
||||
<div class="q-gutter-y-md">
|
||||
<q-card>
|
||||
@@ -35,6 +34,7 @@
|
||||
import { ref } from 'vue';
|
||||
import UserTable from 'src/vueLib/tables/users/UserTable.vue';
|
||||
import RoleTable from 'src/vueLib/tables/roles/RoleTable.vue';
|
||||
import SiteTitle from 'src/vueLib/general/SiteTitle.vue';
|
||||
|
||||
const tab = ref('users');
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user