Add contact card to admin
This commit is contained in:
parent
163473a7ee
commit
d345cc018c
4 changed files with 73 additions and 4 deletions
|
|
@ -156,7 +156,7 @@ determineConfigCategory : String -> Maybe Category
|
|||
determineConfigCategory configCode =
|
||||
if List.member configCode [ "definition", "setup", "cashOut", "commissions", "balanceAlerts" ] then
|
||||
Just MachineSettingsCat
|
||||
else if List.member configCode [ "walletSettings", "notifications", "compliance", "coinAtmRadar", "terms" ] then
|
||||
else if List.member configCode [ "walletSettings", "notifications", "compliance", "coinAtmRadar", "terms", "operatorInfo" ] then
|
||||
Just GlobalSettingsCat
|
||||
else
|
||||
Nothing
|
||||
|
|
@ -252,6 +252,7 @@ view route invalidGroups =
|
|||
, configLink "compliance" "Compliance"
|
||||
, configLink "coinAtmRadar" "Coin ATM Radar"
|
||||
, configLink "terms" "Terms and Conditions"
|
||||
, configLink "operatorInfo" "Operator Info"
|
||||
]
|
||||
, ll ( "Third Party Services", AccountCat, AccountRoute "bitgo", True )
|
||||
[ ( "BitGo", AccountRoute "bitgo", True )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue