런처 PC 켜기 바로가기 복원
This commit is contained in:
+1
-8
@@ -12,14 +12,12 @@ 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',
|
||||
@@ -44,6 +42,7 @@ const adminIconItems = [
|
||||
userIconItems[0],
|
||||
userIconItems[1],
|
||||
userIconItems[2],
|
||||
userIconItems[3],
|
||||
{
|
||||
id: 'project',
|
||||
img: 'https://git.chaegeon.com/assets/img/favicon.svg',
|
||||
@@ -62,12 +61,6 @@ const adminIconItems = [
|
||||
label: 'Notice',
|
||||
onclick: () => requireAccess(() => location.href = 'https://chaegeon.com/admin/notice.php')
|
||||
},
|
||||
{
|
||||
id: 'weblog',
|
||||
img: '/weblog/favicon.svg',
|
||||
label: 'Weblog',
|
||||
onclick: () => requireAccess(() => location.href = 'https://chaegeon.com/weblog/index.php')
|
||||
},
|
||||
{
|
||||
id: 'speedstats',
|
||||
img: '/custom/speedtest/favicon.ico',
|
||||
|
||||
Reference in New Issue
Block a user