fix: query-builder.js missing from new monitor EJS page
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user