[agent-pipeline] pipe-20260309055714-23ry round-1
This commit is contained in:
@@ -410,7 +410,7 @@ export const InsertFieldMappingPanel: React.FC<InsertFieldMappingPanelProps> = (
|
||||
setToShowMappedOnly(false);
|
||||
setToShowUnmappedOnly(true);
|
||||
}}
|
||||
className="h-7 bg-amber-100 text-xs text-orange-700 hover:bg-orange-200"
|
||||
className="h-7 text-xs"
|
||||
>
|
||||
미매핑만 보기
|
||||
</Button>
|
||||
@@ -424,7 +424,7 @@ export const InsertFieldMappingPanel: React.FC<InsertFieldMappingPanelProps> = (
|
||||
setToShowMappedOnly(true);
|
||||
setToShowUnmappedOnly(false);
|
||||
}}
|
||||
className="h-7 bg-emerald-100 text-xs text-emerald-700 hover:bg-emerald-200"
|
||||
className="h-7 text-xs"
|
||||
>
|
||||
매핑됨만 보기
|
||||
</Button>
|
||||
@@ -440,7 +440,7 @@ export const InsertFieldMappingPanel: React.FC<InsertFieldMappingPanelProps> = (
|
||||
</Card>
|
||||
|
||||
{/* 매핑 통계 */}
|
||||
<Card className="mt-4 bg-gradient-to-r from-muted to-muted py-2">
|
||||
<Card className="mt-4 bg-muted/50 py-2">
|
||||
<CardContent className="p-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
Reference in New Issue
Block a user