fix: query-builder.js missing from new monitor EJS page

This commit is contained in:
M1
2026-03-16 15:21:21 +04:00
parent 4c5e426292
commit 5944fae824
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -7,5 +7,8 @@
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="/dashboard/app.css">
<script src="/dashboard/app.js"></script>
<% if (it.scripts) { it.scripts.forEach(function(s) { %>
<script src="<%= s %>"></script>
<% }) } %>
</head>
<body class="bg-[#0a0a0a] text-gray-100 min-h-screen">