update database

This commit is contained in:
manhlab
2021-04-09 10:42:08 -04:00
parent 43ce9eebd5
commit 8c4ad4aabf
106 changed files with 545 additions and 545 deletions

View File

@@ -5,11 +5,11 @@
color="info"
@click="goProfile"
variant="outline"
v-c-tooltip="'Thông tin cá nhân'"
v-c-tooltip="'Персональная информация'"
>
<CIcon name="cil-user" class="m-0" />
</CButton>
<CButton size="sm" color="danger" @click="logout" variant="outline" v-c-tooltip="'Đăng xuất'">
<CButton size="sm" color="danger" @click="logout" variant="outline" v-c-tooltip="'Выход'">
<CIcon name="cil-power-standby" class="m-0" />
</CButton>
</div>

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@ export default [
_children: [
{
_name: 'CSidebarNavItem',
name: 'Trang chủ',
name: 'Домашняя страница',
to: '/dashboard',
icon: 'cil-home',
},