refactor: 🎨 minify

This commit is contained in:
2025-12-27 02:08:52 +00:00
parent 21042b7fd7
commit 91067994ba
37 changed files with 131 additions and 24 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<title>Device Type Management</title>
<link rel="icon" type="image/png" href="{{ LOGO_PNG }}">
<link href="/static/css/output.css" rel="stylesheet">
<link href="/static/css/device_types.css" rel="stylesheet">
<link href="/static/css/device_types.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
</head>
<body class="bg-gray-300 text-gray-900 dark:bg-zinc-900 dark:text-gray-100 min-h-screen flex flex-col">
@@ -95,7 +95,7 @@
{% endif %}
</div>
</div>
<script src="/static/js/device_types.js"></script>
<script src="/static/js/device_types.min.js"></script>
</body>
</html>