Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myjob-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
myjob-manage
Commits
ee5884dd
Commit
ee5884dd
authored
Jul 03, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เมนู
parent
8ed915ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
16 deletions
+9
-16
header.component.html
src/app/shared/components/header/header.component.html
+7
-7
nav.service.ts
src/app/shared/services/nav.service.ts
+2
-9
No files found.
src/app/shared/components/header/header.component.html
View file @
ee5884dd
...
@@ -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>
...
...
src/app/shared/services/nav.service.ts
View file @
ee5884dd
...
@@ -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' },
];
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment