Commit ee5884dd by Ooh-Ao

เมนู

parent 8ed915ca
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<p <p
class="mb-0 text-defaulttextcolor text-[1.0625rem] dark:text-[#8c9097] dark:text-white/50 font-semibold"> class="mb-0 text-defaulttextcolor text-[1.0625rem] dark:text-[#8c9097] dark:text-white/50 font-semibold">
สิทธิ์การใช้งาน</p> Application</p>
</div> </div>
</div> </div>
<div class="dropdown-divider mb-0"></div> <div class="dropdown-divider mb-0"></div>
...@@ -305,10 +305,10 @@ ...@@ -305,10 +305,10 @@
<div class=""> <div class="">
<a routerLink="/admin" <a routerLink="/admin"
class="p-4 items-center related-app block text-center rounded-sm hover:bg-gray-50 dark:hover:bg-black/20"> class="p-4 items-center related-app block text-center rounded-sm hover:bg-gray-50 dark:hover:bg-black/20">
<img src="./assets/images/apps/microsoft-powerpoint.png" alt="miscrosoft" <img src="./assets/images/brand-logos/logo.png" alt="miscrosoft"
class="leading-[1.75] text-2xl !h-[1.75rem] !w-[1.75rem] align-middle flex justify-center mx-auto"> class="leading-[1.75] text-2xl !h-[1.75rem] align-middle flex justify-center mx-auto">
<div class="text-[0.75rem] text-defaulttextcolor dark:text-[#8c9097] dark:text-white/50">ผู้ดูแลระบบ <!-- <div class="text-[0.75rem] text-defaulttextcolor dark:text-[#8c9097] dark:text-white/50">myJob
</div> </div> -->
</a> </a>
</div> </div>
<!-- <div class=""> <!-- <div class="">
...@@ -353,8 +353,8 @@ ...@@ -353,8 +353,8 @@
<button id="dropdown-profile" type="button" <button id="dropdown-profile" type="button"
class="hs-dropdown-toggle ti-dropdown-toggle !gap-2 !p-0 flex-shrink-0 sm:me-2 me-0 !rounded-full !shadow-none text-xs align-middle !border-0 !shadow-transparent "> class="hs-dropdown-toggle ti-dropdown-toggle !gap-2 !p-0 flex-shrink-0 sm:me-2 me-0 !rounded-full !shadow-none text-xs align-middle !border-0 !shadow-transparent ">
<img class="inline-block rounded-full " [src]="userModel.getPicture()" width="32" height="32" <!-- <img class="inline-block rounded-full " [src]="userModel.getPicture()" width="32" height="32"
alt="Image Description"> alt="Image Description"> -->
</button> </button>
<div class="md:block hidden dropdown-profile"> <div class="md:block hidden dropdown-profile">
<p class="font-semibold mb-0 leading-none text-[#536485] text-[0.813rem] ">{{userModel.firstName+" "+userModel.lastName}}</p> <p class="font-semibold mb-0 leading-none text-[#536485] text-[0.813rem] ">{{userModel.firstName+" "+userModel.lastName}}</p>
......
...@@ -114,21 +114,14 @@ export class NavService implements OnDestroy { ...@@ -114,21 +114,14 @@ export class NavService implements OnDestroy {
title: 'จัดการบทความ', title: 'จัดการบทความ',
type: 'link', type: 'link',
}, },
{ {
icon: 'news', icon: 'news',
path: '/admin/pdpa-manage', path: '/admin/pdpa-manage',
title: 'จัดการ PDPA', title: 'จัดการ PDPA',
type: 'link', type: 'link',
}, },
{
icon: 'user-check',
path: '/admin/admin-manage',
title: 'จัดการสิทธิ์ผู้ดูแลระบบ',
type: 'link',
},
// { headTitle: 'User Management' }, // { headTitle: 'User Management' },
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment