Commit b5c35c21 by Natthaphat

แก้ไอคอนเมนู siderbar

parent 2a0bfb2d
...@@ -95,7 +95,7 @@ export class NavService implements OnDestroy { ...@@ -95,7 +95,7 @@ export class NavService implements OnDestroy {
// Dashboard // Dashboard
{ headTitle: 'MyJob' }, { headTitle: 'MyJob' },
{ {
icon: 'news', icon: 'news bx-flip-horizontal',
path: '/admin/pdpa-manage', path: '/admin/pdpa-manage',
title: 'จัดการ PDPA', title: 'จัดการ PDPA',
type: 'link', type: 'link',
...@@ -133,13 +133,13 @@ export class NavService implements OnDestroy { ...@@ -133,13 +133,13 @@ export class NavService implements OnDestroy {
}, },
{ headTitle: 'MyPortal' }, { headTitle: 'MyPortal' },
{ {
icon: 'receipt', icon: 'list-ul',
path: '/admin/portal-category-list', path: '/admin/portal-category-list',
title: 'รายการเอกสาร', title: 'รายการเอกสาร',
type: 'link', type: 'link',
}, },
{ {
icon: 'user', icon: 'cog',
path: '/admin/management', path: '/admin/management',
title: 'การจัดการ', title: 'การจัดการ',
type: 'sub', type: 'sub',
...@@ -149,7 +149,7 @@ export class NavService implements OnDestroy { ...@@ -149,7 +149,7 @@ export class NavService implements OnDestroy {
], ],
}, },
{ {
icon: 'user', icon: 'slider',
path: '/admin/set-excel-reports', path: '/admin/set-excel-reports',
title: 'ตั้งรายงานเอ็กเซล', title: 'ตั้งรายงานเอ็กเซล',
type: 'sub', type: 'sub',
...@@ -159,13 +159,13 @@ export class NavService implements OnDestroy { ...@@ -159,13 +159,13 @@ export class NavService implements OnDestroy {
], ],
}, },
{ {
icon: 'receipt', icon: 'data',
path: '/admin/datasource-table', path: '/admin/datasource-table',
title: 'DataSource Table', title: 'DataSource Table',
type: 'link', type: 'link',
}, },
{ {
icon: 'receipt', icon: 'file',
path: '/admin/excel-report', path: '/admin/excel-report',
title: 'รายงาน Excel', title: 'รายงาน Excel',
type: 'link', type: 'link',
......
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