fix(ui): Add connector templates to group-create

This commit is contained in:
Richard Palethorpe
2025-03-24 08:47:15 +00:00
parent 84836b8345
commit fb41663330

View File

@@ -5,6 +5,7 @@
{{template "views/partials/header"}} {{template "views/partials/header"}}
<script src="/public/js/wizard.js"></script> <script src="/public/js/wizard.js"></script>
<link rel="stylesheet" href="/public/css/wizard.css"> <link rel="stylesheet" href="/public/css/wizard.css">
<script src="/public/js/connector-templates.js"></script>
<script src="/public/js/agent-form.js"></script> <script src="/public/js/agent-form.js"></script>
<style> <style>
.agent-profile { .agent-profile {
@@ -596,4 +597,4 @@
// Toast notification function - assuming this exists in your global scope // Toast notification function - assuming this exists in your global scope
</script> </script>
</body> </body>
</html> </html>