커밋 메세지 메뉴별 대중소 정리
This commit is contained in:
@@ -91,7 +91,7 @@ export function DatabaseConfig({ dataSource, onChange }: DatabaseConfigProps) {
|
||||
<Label className="text-foreground text-xs font-medium">외부 커넥션</Label>
|
||||
<button
|
||||
onClick={() => {
|
||||
router.push("/admin/external-connections");
|
||||
router.push("/admin/automaticMng/exconList");
|
||||
}}
|
||||
className="text-primary hover:text-primary flex items-center gap-1 text-[11px] transition-colors"
|
||||
>
|
||||
@@ -124,7 +124,7 @@ export function DatabaseConfig({ dataSource, onChange }: DatabaseConfigProps) {
|
||||
<div className="text-warning mb-1 text-xs">등록된 커넥션이 없습니다</div>
|
||||
<button
|
||||
onClick={() => {
|
||||
router.push("/admin/external-connections");
|
||||
router.push("/admin/automaticMng/exconList");
|
||||
}}
|
||||
className="text-warning text-[11px] underline hover:no-underline"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user