Update card titles and descriptions on portal landing page
This commit is contained in:
+4
-4
@@ -157,14 +157,14 @@ async def home(request: Request) -> HTMLResponse:
|
||||
|
||||
menu_items = [
|
||||
{
|
||||
"title": "CS 발주 업무",
|
||||
"description": "CS 발주 업무 페이지로 이동",
|
||||
"title": "CS, 발주, 반품, 코드관리",
|
||||
"description": "CS, 발주, 반품, 코드관리 페이지로 이동",
|
||||
"url": env("CS_ORDER_URL", "/corm/"),
|
||||
"health_url": "/corm/health/db",
|
||||
},
|
||||
{
|
||||
"title": "고객 주문리스트 프로그램",
|
||||
"description": "고객 주문리스트 프로그램으로 이동",
|
||||
"title": "고객 주문 데이터베이스",
|
||||
"description": "고객 주문 데이터베이스 페이지로 이동",
|
||||
"url": env("CUSTOMER_ORDER_LIST_URL", "/orderlist/"),
|
||||
"health_url": "/orderlist/health/db",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user