Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
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
myAppraisal
Commits
d9800e04
Commit
d9800e04
authored
Nov 15, 2024
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
052fc4fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
25 deletions
+26
-25
navservice.ts
src/app/shared/services/navservice.ts
+24
-23
style.css
src/assets/css/style.css
+2
-2
No files found.
src/app/shared/services/navservice.ts
View file @
d9800e04
...
...
@@ -87,36 +87,27 @@ export class NavService implements OnDestroy {
MENUITEMS
:
Menu
[]
=
[
// Dashboard
{
headTitle
:
'การ
จัดการงาน
ประเมินผล'
},
{
headTitle
:
'การประเมินผล'
},
{
title
:
'
ทะเบียนบริษัท
'
,
title
:
'
การประเมินตนเอง
'
,
icon
:
'home-8-line'
,
type
:
'
sub
'
,
type
:
'
link
'
,
selected
:
false
,
active
:
false
,
children
:
[
{
path
:
'/dashboard/sales'
,
title
:
'ทะเบียนบริษัท'
,
type
:
'link'
},
{
path
:
'/dashboard/ecommerce'
,
title
:
'ทะเบียนพนักงาน'
,
type
:
'link'
},
{
path
:
'/dashboard/crypto'
,
title
:
'ทะเบียนหลัก'
,
type
:
'link'
},
{
path
:
'/dashboard/jobs'
,
title
:
'ทะเบียนแบบฟอร์มการประเมิน'
,
type
:
'link'
},
{
path
:
'/dashboard/nft'
,
title
:
'ทะเบียนเอกสารประเมิน'
,
type
:
'link'
},
{
path
:
'/dashboard/analytics'
,
title
:
'รอบการประเมิน'
,
type
:
'link'
},
{
path
:
'/dashboard/projects'
,
title
:
'รายงาน'
,
type
:
'link'
},
],
path
:
'/dashboard/sales'
,
// children: [
// { path: '/dashboard/sales', title: 'ทะเบียนบริษัท', type: 'link' },
// { path: '/dashboard/ecommerce', title: 'ทะเบียนพนักงาน', type: 'link' },
// { path: '/dashboard/crypto', title: 'ทะเบียนหลัก', type: 'link' },
// { path: '/dashboard/jobs', title: 'ทะเบียนแบบฟอร์มการประเมิน', type: 'link' },
// { path: '/dashboard/nft', title: 'ทะเบียนเอกสารประเมิน', type: 'link' },
// { path: '/dashboard/analytics', title: 'รอบการประเมิน', type: 'link' },
// { path: '/dashboard/projects', title: 'รายงาน', type: 'link' },
// ],
},
//Widgets
{
title
:
'ทะเบียนบริษัท'
,
icon
:
'apps-2-line'
,
active
:
false
,
badgeClass
:
'badge badge-sm bg-secondary badge-hide'
,
badgeValue
:
'new'
,
path
:
'/widgets'
,
selected
:
false
,
type
:
'link'
,
},
{
title
:
'ทะเบียนพนักงาน'
,
title
:
'ประเมินโดยหัวหน้า'
,
icon
:
'apps-2-line'
,
active
:
false
,
badgeClass
:
'badge badge-sm bg-secondary badge-hide'
,
...
...
@@ -125,6 +116,16 @@ export class NavService implements OnDestroy {
selected
:
false
,
type
:
'link'
,
},
// {
// title: 'ทะเบียนพนักงาน',
// icon: 'apps-2-line',
// active: false,
// badgeClass: 'badge badge-sm bg-secondary badge-hide',
// badgeValue: 'new',
// path: '/widgets',
// selected : false,
// type: 'link',
// },
// //component
// { headTitle: 'GENERAL' },
// {
...
...
src/assets/css/style.css
View file @
d9800e04
...
...
@@ -6061,7 +6061,7 @@ select option:active,
line-height: 1.75rem;
}
.text-xs{
font-size:
0.75
rem;
font-size:
1
rem;
line-height: 1rem;
}
.\!font-normal{
...
...
@@ -14419,7 +14419,7 @@ select.tabulator-page-size option{
}
[data-menu-styles=dark] .app-sidebar .slide__category{
--tw-text-opacity: 1;
color: rgb(
100 116 139
/ var(--tw-text-opacity));
color: rgb(
255 255 255
/ var(--tw-text-opacity));
}
@media (min-width: 992px) {
[data-menu-styles=dark][data-vertical-style=overlay][toggled=icon-overlay-close]:not([icon-overlay=open]) .app-sidebar .main-logo.toggle-logo {
...
...
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