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
+1 -1
View File
@@ -1,4 +1,4 @@
<%~ include('./partials/head', { title: 'New Monitor' }) %>
<%~ include('./partials/head', { title: 'New Monitor', scripts: ['/dashboard/query-builder.js'] }) %>
<%~ include('./partials/nav', { nav: 'monitors' }) %>
<main class="max-w-2xl mx-auto px-6 py-8">