Commit b5c35c21 by Natthaphat

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

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