diff --git a/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue b/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue
index 8e825e0c..ecc8cf6e 100644
--- a/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue
+++ b/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue
@@ -138,7 +138,6 @@ const handleRetry = () => {
diff --git a/frontend/src/shared/ui/DataGridShell.vue b/frontend/src/shared/ui/DataGridShell.vue
index 4f784c76..b6854cf2 100644
--- a/frontend/src/shared/ui/DataGridShell.vue
+++ b/frontend/src/shared/ui/DataGridShell.vue
@@ -16,7 +16,7 @@ const emit = defineEmits<{ pageChange: [value: { page: number; pageSize: number
-
+
데이터를 불러오는 중입니다.
{{ emptyMessage }}
@@ -29,3 +29,7 @@ const emit = defineEmits<{ pageChange: [value: { page: number; pageSize: number
/>
+
+
diff --git a/frontend/src/shared/ui/components/KsDataGrid.vue b/frontend/src/shared/ui/components/KsDataGrid.vue
index babb6d58..d57a6b90 100644
--- a/frontend/src/shared/ui/components/KsDataGrid.vue
+++ b/frontend/src/shared/ui/components/KsDataGrid.vue
@@ -39,5 +39,5 @@ function onRowClicked(event: RowClickedEvent): void {
diff --git a/frontend/src/shared/ui/layouts/PageLayout.vue b/frontend/src/shared/ui/layouts/PageLayout.vue
index c4752a28..b0b2a9b1 100644
--- a/frontend/src/shared/ui/layouts/PageLayout.vue
+++ b/frontend/src/shared/ui/layouts/PageLayout.vue
@@ -17,15 +17,15 @@ defineProps<{ title: string; subtitle?: string; status?: string; asOf?: string;