fix: 경영성과 대시보드 iframe 제거·인라인 렌더, 업로드 오류 메시지 개선
- embed 404/검은 화면 방지: 한 페이지에서 페이로드+차트 로드 - fetch 비JSON 응답 시 상태코드 표시, 성공 시 새로고침 - 전역 .container grid와 충돌 시 .mgmt-perf-embed 스코프 CSS Made-with: Cursor
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.5.1/dist/chart.umd.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mgmt-perf-embed">
|
||||
<%- include('partials/mgmt_perf_dashboard_container', { dashboardTitle, quarterLabel }) %>
|
||||
</div>
|
||||
<script type="application/json" id="mgmt-perf-payload-json"><%- payloadJson %></script>
|
||||
<script src="/mgmt-perf/dashboard-app.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user