feat: embed the legacy PolyWeather dashboard into the main application page using an iframe.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<main className="h-screen w-screen overflow-hidden bg-black">
|
<main className="h-screen w-screen overflow-hidden bg-black">
|
||||||
<iframe
|
<iframe
|
||||||
title="PolyWeather Legacy Dashboard"
|
title="PolyWeather Legacy Dashboard"
|
||||||
src="/legacy/index.html?v=legacy-v15"
|
src="/legacy/index.html?v=legacy-v16"
|
||||||
className="h-full w-full border-0"
|
className="h-full w-full border-0"
|
||||||
/>
|
/>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
|
||||||
rel="stylesheet">
|
rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/style.css?v=legacy-v15">
|
<link rel="stylesheet" href="/static/style.css?v=legacy-v16">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
<script src="https://leaflet.github.io/Leaflet.heat/dist/leaflet-heat.js"></script>
|
<script src="https://leaflet.github.io/Leaflet.heat/dist/leaflet-heat.js"></script>
|
||||||
<!-- Chart.js -->
|
<!-- Chart.js -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4/dist/chart.umd.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/chart.js@4/dist/chart.umd.min.js"></script>
|
||||||
<script src="/static/app.js?v=legacy-v15"></script>
|
<script src="/static/app.js?v=legacy-v16"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user