사이드메뉴 아이콘수정
This commit is contained in:
parent
45bb511a4b
commit
1a3201d231
|
@ -43,83 +43,83 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'member.user',
|
id: 'member.user',
|
||||||
title: 'User',
|
title: 'User',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'account-circle-outline',
|
||||||
link: '/member/user',
|
link: '/member/user',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.casino-money',
|
id: 'member.casino-money',
|
||||||
title: 'Casino Money',
|
title: 'Casino Money',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'cash-check',
|
||||||
link: '/member/casino-money',
|
link: '/member/casino-money',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.unconnected',
|
id: 'member.unconnected',
|
||||||
title: 'Unconnected',
|
title: 'Unconnected',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'airplane',
|
||||||
link: '/member/unconnected',
|
link: '/member/unconnected',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.current-user',
|
id: 'member.current-user',
|
||||||
title: 'Current User',
|
title: 'Current User',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'contacts-outline',
|
||||||
link: '/member/current-user',
|
link: '/member/current-user',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'apps.ecommerce',
|
id: 'apps.ecommerce',
|
||||||
title: 'partner-management',
|
title: 'partner-management',
|
||||||
type: 'collapsable',
|
type: 'collapsable',
|
||||||
icon: 'heroicons_outline:shopping-cart',
|
icon: 'account-star-outline',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'member.partner',
|
id: 'member.partner',
|
||||||
title: 'All Partner',
|
title: 'All Partner',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'account-star-outline',
|
||||||
link: '/member/partner/all',
|
link: '/member/partner/all',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.partner-mainoffice',
|
id: 'member.partner-mainoffice',
|
||||||
title: 'Partner Mainoffice',
|
title: 'Partner Mainoffice',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'chess-king',
|
||||||
link: '/member/partner/main-office',
|
link: '/member/partner/main-office',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.partner-branch',
|
id: 'member.partner-branch',
|
||||||
title: 'Partner Branch',
|
title: 'Partner Branch',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'chess-queen',
|
||||||
link: '/member/partner/branch',
|
link: '/member/partner/branch',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.partner-division',
|
id: 'member.partner-division',
|
||||||
title: 'Partner Division',
|
title: 'Partner Division',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'chess-rook',
|
||||||
link: '/member/partner/division',
|
link: '/member/partner/division',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.partner-office',
|
id: 'member.partner-office',
|
||||||
title: 'Partner Office',
|
title: 'Partner Office',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'chess-bishop',
|
||||||
link: '/member/partner/office',
|
link: '/member/partner/office',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.partner-store',
|
id: 'member.partner-store',
|
||||||
title: 'Partner Store',
|
title: 'Partner Store',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'chess-knight',
|
||||||
link: '/member/partner/store',
|
link: '/member/partner/store',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.partner-recommendation',
|
id: 'member.partner-recommendation',
|
||||||
title: 'Partner Recommendation',
|
title: 'Partner Recommendation',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'thumb-up-outline',
|
||||||
link: '/member/partner-recommendation',
|
link: '/member/partner-recommendation',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -128,27 +128,27 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'apps.coupon',
|
id: 'apps.coupon',
|
||||||
title: 'Coupon-management',
|
title: 'Coupon-management',
|
||||||
type: 'collapsable',
|
type: 'collapsable',
|
||||||
icon: 'heroicons_outline:shopping-cart',
|
icon: 'ticket',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'member.coupon',
|
id: 'member.coupon',
|
||||||
title: 'Coupon',
|
title: 'Coupon',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'ticket-confirmation-outline',
|
||||||
link: '/member/coupon',
|
link: '/member/coupon',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.coupon-money-log',
|
id: 'member.coupon-money-log',
|
||||||
title: 'Coupon Money Log',
|
title: 'Coupon Money Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'ticket-account',
|
||||||
link: '/member/coupon-money-log',
|
link: '/member/coupon-money-log',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'member.coupon-log',
|
id: 'member.coupon-log',
|
||||||
title: 'Coupon Log',
|
title: 'Coupon Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'ticket-percent-outline',
|
||||||
link: '/member/coupon-log',
|
link: '/member/coupon-log',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -166,28 +166,28 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'bank.deposit',
|
id: 'bank.deposit',
|
||||||
title: 'Deposit',
|
title: 'Deposit',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'bank-plus',
|
||||||
link: '/bank/deposit',
|
link: '/bank/deposit',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'bank.withdraw',
|
id: 'bank.withdraw',
|
||||||
title: 'Withdraw',
|
title: 'Withdraw',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'bank-minus',
|
||||||
link: '/bank/withdraw',
|
link: '/bank/withdraw',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'bank.web-calculate',
|
id: 'bank.web-calculate',
|
||||||
title: 'Web Calculate',
|
title: 'Web Calculate',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'cash-multiple',
|
||||||
link: '/bank/web-calculate',
|
link: '/bank/web-calculate',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'bank.partner-calculate',
|
id: 'bank.partner-calculate',
|
||||||
title: 'Partner Calculate',
|
title: 'Partner Calculate',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'account-cash',
|
||||||
link: '/bank/partner-calculate',
|
link: '/bank/partner-calculate',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -203,28 +203,28 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'game.powerball',
|
id: 'game.powerball',
|
||||||
title: 'Powerball',
|
title: 'Powerball',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'alpha-p-circle-outline',
|
||||||
link: '/game/powerball',
|
link: '/game/powerball',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'game.casino',
|
id: 'game.casino',
|
||||||
title: 'Casino',
|
title: 'Casino',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'cards-spade-outline',
|
||||||
link: '/game/casino',
|
link: '/game/casino',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'game.evolution',
|
id: 'game.evolution',
|
||||||
title: 'Evolution',
|
title: 'Evolution',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'play-box-outline',
|
||||||
link: '/game/evolution',
|
link: '/game/evolution',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'game.slot',
|
id: 'game.slot',
|
||||||
title: 'Slot',
|
title: 'Slot',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'slot-machine',
|
||||||
link: '/game/slot',
|
link: '/game/slot',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -241,41 +241,41 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'apps.report.management',
|
id: 'apps.report.management',
|
||||||
title: 'report-management',
|
title: 'report-management',
|
||||||
type: 'collapsable',
|
type: 'collapsable',
|
||||||
icon: 'heroicons_outline:calculator',
|
icon: 'clipboard-text-outline',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'report.daily',
|
id: 'report.daily',
|
||||||
title: 'Daily',
|
title: 'Daily',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'file-document-outline',
|
||||||
link: '/report/daily',
|
link: '/report/daily',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.monthly',
|
id: 'report.monthly',
|
||||||
title: 'Monthly',
|
title: 'Monthly',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'file-document-multiple-outline',
|
||||||
link: '/report/monthly',
|
link: '/report/monthly',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.daily-partner',
|
id: 'report.daily-partner',
|
||||||
title: 'Daily Partner',
|
title: 'Daily Partner',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'file-star-outline',
|
||||||
link: '/report/daily-partner',
|
link: '/report/daily-partner',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.today-bet',
|
id: 'report.today-bet',
|
||||||
title: 'Today Bet',
|
title: 'Today Bet',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'file-account-outline',
|
||||||
link: '/report/today-bet',
|
link: '/report/today-bet',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.statistics',
|
id: 'report.statistics',
|
||||||
title: 'Statistics',
|
title: 'Statistics',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'file-chart-outline',
|
||||||
link: '/report/statistics',
|
link: '/report/statistics',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -284,62 +284,62 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'apps.log.management',
|
id: 'apps.log.management',
|
||||||
title: 'log-management',
|
title: 'log-management',
|
||||||
type: 'collapsable',
|
type: 'collapsable',
|
||||||
icon: 'heroicons_outline:document',
|
icon: 'clock-outline',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'report.money-log',
|
id: 'report.money-log',
|
||||||
title: 'Money Log',
|
title: 'Money Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'cash-clock',
|
||||||
link: '/report/money-log',
|
link: '/report/money-log',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.comp-log',
|
id: 'report.comp-log',
|
||||||
title: 'Comp Log',
|
title: 'Comp Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'briefcase-clock-outline',
|
||||||
link: '/report/comp-log',
|
link: '/report/comp-log',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.modification-log',
|
id: 'report.modification-log',
|
||||||
title: 'Modification Log',
|
title: 'Modification Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'account-clock-outline',
|
||||||
link: '/report/modification-log',
|
link: '/report/modification-log',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.payment-log',
|
id: 'report.payment-log',
|
||||||
title: 'Payment Log',
|
title: 'Payment Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'file-clock-outline',
|
||||||
link: '/report/payment-log',
|
link: '/report/payment-log',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.user-session',
|
id: 'report.user-session',
|
||||||
title: 'User Session',
|
title: 'User Session',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'login-variant',
|
||||||
link: '/report/user-session',
|
link: '/report/user-session',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.duplicated-session',
|
id: 'report.duplicated-session',
|
||||||
title: 'Duplicated Session',
|
title: 'Duplicated Session',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'content-duplicate',
|
||||||
link: '/report/duplicated-session',
|
link: '/report/duplicated-session',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.admin-session',
|
id: 'report.admin-session',
|
||||||
title: 'Admin Session',
|
title: 'Admin Session',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'eye-outline',
|
||||||
link: '/report/admin-session',
|
link: '/report/admin-session',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'report.excel-log',
|
id: 'report.excel-log',
|
||||||
title: 'Excel Log',
|
title: 'Excel Log',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'table-clock',
|
||||||
link: '/report/excel-log',
|
link: '/report/excel-log',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -348,7 +348,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'report.loosing',
|
id: 'report.loosing',
|
||||||
title: 'Loosing',
|
title: 'Loosing',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'heroicons_outline:document-remove',
|
||||||
link: '/report/loosing',
|
link: '/report/loosing',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -364,42 +364,42 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'board.notice',
|
id: 'board.notice',
|
||||||
title: 'Notice',
|
title: 'Notice',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'bullhorn-variant-outline',
|
||||||
link: '/board/notice',
|
link: '/board/notice',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'board.notice-oneline',
|
id: 'board.notice-oneline',
|
||||||
title: 'Notice Oneline',
|
title: 'Notice Oneline',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'clipboard-check-outline',
|
||||||
link: '/board/notice-oneline',
|
link: '/board/notice-oneline',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'board.popup',
|
id: 'board.popup',
|
||||||
title: 'Popup',
|
title: 'Popup',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'clipboard-alert-outline',
|
||||||
link: '/board/popup',
|
link: '/board/popup',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'board.message',
|
id: 'board.message',
|
||||||
title: 'Message',
|
title: 'Message',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'email-outline',
|
||||||
link: '/board/message',
|
link: '/board/message',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'board.customer',
|
id: 'board.customer',
|
||||||
title: 'Customer',
|
title: 'Customer',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'comment-account-outline',
|
||||||
link: '/board/customer',
|
link: '/board/customer',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'board.customer-template',
|
id: 'board.customer-template',
|
||||||
title: 'Customer Template',
|
title: 'Customer Template',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'tooltip-edit-outline',
|
||||||
link: '/board/customer-template',
|
link: '/board/customer-template',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -415,49 +415,49 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
id: 'settings.basic',
|
id: 'settings.basic',
|
||||||
title: 'Basic-Setting',
|
title: 'Basic-Setting',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:cog',
|
icon: 'cog-outline',
|
||||||
link: '/settings/basic',
|
link: '/settings/basic',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'settings.ladder',
|
id: 'settings.ladder',
|
||||||
title: 'Ladder-Setting',
|
title: 'Ladder-Setting',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:cog',
|
icon: 'toggle-switch-off-outline',
|
||||||
link: '/settings/ladder',
|
link: '/settings/ladder',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'settings.game',
|
id: 'settings.game',
|
||||||
title: 'Game-Setting',
|
title: 'Game-Setting',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:cog',
|
icon: 'controller-classic-outline',
|
||||||
link: '/settings/game',
|
link: '/settings/game',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'settings.evo',
|
id: 'settings.evo',
|
||||||
title: 'Evo-Setting',
|
title: 'Evo-Setting',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:cog',
|
icon: 'tune',
|
||||||
link: '/settings/evo',
|
link: '/settings/evo',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'settings.branch',
|
id: 'settings.branch',
|
||||||
title: 'Branch-Setting',
|
title: 'Branch-Setting',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:cog',
|
icon: 'star-cog-outline',
|
||||||
link: '/settings/branch',
|
link: '/settings/branch',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'settings.indexing',
|
id: 'settings.indexing',
|
||||||
title: 'Indexing-Setting',
|
title: 'Indexing-Setting',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:cog',
|
icon: 'label-variant-outline',
|
||||||
link: '/settings/indexing',
|
link: '/settings/indexing',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'settings.domain',
|
id: 'settings.domain',
|
||||||
title: 'Domain-Setting',
|
title: 'Domain-Setting',
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:cog',
|
icon: 'application-cog-outline',
|
||||||
link: '/settings/domain',
|
link: '/settings/domain',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
@ -25,41 +25,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
카지노머니확인
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
*ngIf="title === '전체목록' || title === '본사목록'"
|
|
||||||
mat-flat-button
|
|
||||||
class="bet-mat-small-8"
|
|
||||||
[color]="'primary'"
|
|
||||||
(click)="__onClickRegist($event)"
|
|
||||||
>
|
|
||||||
본사등록
|
|
||||||
</button>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
정상
|
|
||||||
</button>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
대기
|
|
||||||
</button>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
탈퇴
|
|
||||||
</button>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
휴면
|
|
||||||
</button>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
블랙
|
|
||||||
</button>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
정지
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<hr style="margin: 7px 0px" />
|
|
||||||
<div
|
<div
|
||||||
*ngIf="__checkedUsers.length > 0"
|
*ngIf="__checkedUsers.length > 0"
|
||||||
class="relative flex flex-col sm:flex-row flex-0 sm:items-center py-4 px-6 md:px-8 border-b"
|
class="relative flex flex-col sm:flex-row flex-0 sm:items-center py-4 px-6 md:px-8 border-b"
|
||||||
|
|
|
@ -42,8 +42,8 @@
|
||||||
"Daily Partner": "파트너 일일현황",
|
"Daily Partner": "파트너 일일현황",
|
||||||
"Today Bet": "금일 배팅자 목록",
|
"Today Bet": "금일 배팅자 목록",
|
||||||
"Statistics": "종목별매출통계",
|
"Statistics": "종목별매출통계",
|
||||||
"Money Log": "머니활동 Logs",
|
"Money Log": "머니활동 로그",
|
||||||
"Comp Log": "콤프사용 Logs",
|
"Comp Log": "콤프사용 로그",
|
||||||
"Modification Log": "회원수정 로그",
|
"Modification Log": "회원수정 로그",
|
||||||
"Payment Log": "수동지급/회수 로그",
|
"Payment Log": "수동지급/회수 로그",
|
||||||
"User Session": "로그인정보",
|
"User Session": "로그인정보",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user