런처 바로가기 순서 정리
This commit is contained in:
+6
-12
@@ -12,12 +12,6 @@ const userIconItems = [
|
||||
label: '나의 찾기',
|
||||
onclick: () => requireAccess(() => location.href = '/findmydevice')
|
||||
},
|
||||
{
|
||||
id: 'wakeonlan',
|
||||
img: '/custom/launcher/img/wakeonlan-svgrepo-com.svg',
|
||||
label: 'PC 켜기',
|
||||
onclick: () => requireAccess(wakeComputer)
|
||||
},
|
||||
{
|
||||
id: 'poke',
|
||||
img: '/custom/launcher/img/R1280x0.jpg',
|
||||
@@ -31,9 +25,9 @@ const userIconItems = [
|
||||
onclick: () => requireAccess(() => location.href = 'https://seo.chaegeon.com/car/monitor.php')
|
||||
},
|
||||
{
|
||||
id: 'git',
|
||||
id: 'project',
|
||||
img: 'https://git.chaegeon.com/assets/img/favicon.svg',
|
||||
label: 'GIT',
|
||||
label: '프로젝트',
|
||||
onclick: () => location.href = 'https://git.chaegeon.com/explore/repos'
|
||||
}
|
||||
];
|
||||
@@ -44,10 +38,10 @@ const adminIconItems = [
|
||||
userIconItems[2],
|
||||
userIconItems[3],
|
||||
{
|
||||
id: 'project',
|
||||
img: 'https://git.chaegeon.com/assets/img/favicon.svg',
|
||||
label: '프로젝트',
|
||||
onclick: () => location.href = 'https://git.chaegeon.com/explore/repos'
|
||||
id: 'wakeonlan',
|
||||
img: '/custom/launcher/img/wakeonlan-svgrepo-com.svg',
|
||||
label: 'PC 켜기',
|
||||
onclick: () => requireAccess(wakeComputer)
|
||||
},
|
||||
{
|
||||
id: 'block',
|
||||
|
||||
Reference in New Issue
Block a user